Skip to content

Commit 8cfd86d

Browse files
authored
Make sure data directory exists before cding there
1 parent d2eeef3 commit 8cfd86d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update_available_software.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
3333
# download https://eessi.io/api_data/data/eessi_api_metadata_software.json
3434
# to where it's expected by docs/available_software/macros.py and scripts/available_software/available_software.py
35+
mkdir -p docs/available_software/data
3536
cd docs/available_software/data
3637
curl -OL https://eessi.io/api_data/data/eessi_api_metadata_software.json
3738
cd -

0 commit comments

Comments
 (0)