1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-26 18:46:04 +01:00

Fix make command

This commit is contained in:
peteGSX 2025-02-04 08:31:05 +10:00
parent db40f914b3
commit d5fa852369

View File

@ -16,7 +16,7 @@ jobs:
pip3 install -r requirements.txt
- name: Build docs
run: |
make github
make html
echo 'dcc-ex.com' > docs/_build/html/CNAME
touch docs/_build/html/.nojekyll
- name: Deploy