diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 0340fdc..6f1331b 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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