We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a2478 commit 138e963Copy full SHA for 138e963
.github/workflows/pages.yml
@@ -33,7 +33,7 @@ jobs:
33
if-no-files-found: error
34
- name: Deploy
35
if: ${{ github.ref == 'refs/heads/main'}}
36
- uses: JamesIves/github-pages-deploy-action@master
+ uses: JamesIves/github-pages-deploy-action@4.1.1
37
env:
38
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
BASE_BRANCH: main # The branch the action should deploy from.
0 commit comments