Skip to content

Commit

Permalink
update CICD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 24, 2024
1 parent 7642720 commit d3d5264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d3d5264

Please sign in to comment.