"mkdir -p src/gaspype/data" added in doc-CD-script

This commit is contained in:
Nicolas Kruse 2025-06-02 17:24:45 +02:00
parent ea4ee7821e
commit 14d6f5a7fb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- name: Generate Class List - name: Generate Class List
run: | run: |
echo "Create a dummy file to ensure the class list generation works" echo "Create a dummy file to ensure the class list generation works"
mkdir -p src/gaspype/data
printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin
pip install . pip install .
python ./docs/source/generate_class_list.py python ./docs/source/generate_class_list.py