We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30afc62 commit b7a83b7Copy full SHA for b7a83b7
.github/workflows/preview.yml
@@ -40,7 +40,7 @@ jobs:
40
touch _build/.nojekyll
41
42
- name: Deploy documentation sphinx
43
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ uses: JamesIves/github-pages-deploy-action@v4.6.1
44
with:
45
token: ${{ secrets.GITHUB_TOKEN }}
46
branch: gh-pages
.github/workflows/sphinx.yml
@@ -45,7 +45,7 @@ jobs:
env:
CNAME: ${{ secrets.CNAME }}
47
48
- - uses: JamesIves/github-pages-deploy-action@v4.5.0
+ - uses: JamesIves/github-pages-deploy-action@v4.6.1
49
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
50
51
0 commit comments