Skip to content

Commit 325adf1

Browse files
committed
workflow: create data directory if needed
Signed-off-by: Aurélien Bombo <[email protected]>
1 parent 3d646a7 commit 325adf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# back out whatever data was there
2323
git reset HEAD~1
2424
# overwrite the old data
25+
mkdir -p data/
2526
mv tmp-data.js data/ci-nightly-data.js
2627
# commit
2728
git add data

0 commit comments

Comments
 (0)