Skip to content

Commit b7a83b7

Browse files
authoredMar 1, 2025··
Bump JamesIves/github-pages-deploy-action (#144)
1 parent 30afc62 commit b7a83b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
touch _build/.nojekyll
4141
4242
- name: Deploy documentation sphinx
43-
uses: JamesIves/github-pages-deploy-action@v4.5.0
43+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
branch: gh-pages

‎.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
CNAME: ${{ secrets.CNAME }}
4747

48-
- uses: JamesIves/github-pages-deploy-action@v4.5.0
48+
- uses: JamesIves/github-pages-deploy-action@v4.6.1
4949
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5050
with:
5151
branch: gh-pages

0 commit comments

Comments
 (0)
Please sign in to comment.