10000 gh-pages deploy action changed master to main · data-apis/array-api@138e963 · GitHub
[go: up one dir, main page]

Skip to content

Commit 138e963

Browse files
committed
gh-pages deploy action changed master to main
Deploy was failing, this should fix it.
1 parent 38a2478 commit 138e963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if-no-files-found: error
3434
- name: Deploy
3535
if: ${{ github.ref == 'refs/heads/main'}}
36-
uses: JamesIves/github-pages-deploy-action@master
36+
uses: JamesIves/github-pages-deploy-action@4.1.1
3737
env:
3838
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
BASE_BRANCH: main # The branch the action should deploy from.

0 commit comments

Comments
 (0)
0