diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index cd47e55..b8a7140 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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 \ No newline at end of file + run: install -d _build/html /data/srv/forgejo-runner/cours4.0 \ No newline at end of file