Skip to content

Commit

Permalink
Merge pull request #35 from VectorInstitute/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/JamesIves/github-pages-deploy-action-4.7.1

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1
  • Loading branch information
amrit110 authored Dec 2, 2024
2 parents a42b657 + 9d64901 commit 09fbb6f
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.9
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: github_pages
folder: docs/build/html

0 comments on commit 09fbb6f

Please sign in to comment.