Missing Upload artifact for github-pages added

This commit is contained in:
Nicolas 2025-12-27 16:40:40 +01:00
parent 6f24891f6f
commit f5c88bb34d
1 changed files with 5 additions and 0 deletions

View File

@ -339,6 +339,11 @@ jobs:
make html
touch build/html/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/html
deploy-docs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
needs: build-docs