From 8b405c9187b278d08929e0e797519c8516eb3d33 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Wed, 27 Dec 2023 12:59:56 +0100 Subject: [PATCH] Reworked the documentation action (#477) --- .github/workflows/documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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