Reworked the documentation action (#477)

This commit is contained in:
Philipp Horstenkamp 2023-12-27 12:59:56 +01:00 committed by GitHub
parent 0a72f0ce69
commit 8b405c9187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ jobs:
sphinx-apidoc -o . ../src/aki_prj23_transparenzregister -feP
make html
- name: Package artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: documentations/_build/html/
@ -61,6 +61,6 @@ jobs:
name: github-pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3
with:
artifact_name: github-pages