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 d83d913 commit b3cea72Copy full SHA for b3cea72
.github/workflows/gh-pages.yml
@@ -32,14 +32,14 @@ jobs:
32
33
- name: Deploy
34
uses: peaceiris/actions-gh-pages@v4
35
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: ./build/web
39
40
- name: Deploy (Test)
41
42
- if: github.ref != 'refs/heads/main'
+ if: github.ref != 'refs/heads/master'
43
44
45
0 commit comments