From d3d52646bc720b8c8c599cba7e3010099abc9fcd Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:49:24 -0700 Subject: [PATCH] update CICD pipeline --- .github/workflows/build-pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index da74309..74ce1eb 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -199,7 +199,7 @@ jobs: poetry run sphinx-build -b html ./docs docs/_build/ - name: Upload Docs Artifact id: docs - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: docs/_build/ - name: Commit Version Bump @@ -246,6 +246,8 @@ jobs: pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source steps: + - name: Configure Pages + uses: actions/configure-pages@v4 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4