Fix install command in demo workflow to use 'install -d' for directory creation

This commit is contained in:
Edgar P. Burkhart 2025-02-09 19:07:24 +01:00
parent 65c88dbc73
commit 30855b3d0e
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -15,4 +15,4 @@ jobs:
- name: Build static HTML
run: ./.env/bin/myst build --html
- name: Install generated files
run: cp -r _build/html /data/srv/fogejo-runner/cours4.0
run: install -d _build/html /data/srv/forgejo-runner/cours4.0