Skip to content

Commit

Permalink
Merge pull request #25 from VectorInstitute/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/JamesIves/github-pages-deploy-action-4.6.9
  • Loading branch information
amrit110 authored Nov 11, 2024
2 parents 22def70 + 6e17e07 commit 8bf47b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
poetry install --with docs,test
cd ../docs && rm -rf source/api && make html
- name: Deploy to Github pages
uses: JamesIves/github-pages-deploy-action@v4.6.8
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
branch: github_pages
folder: docs/build/html

0 comments on commit 8bf47b4

Please sign in to comment.