We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823afa5 commit 8304fe6Copy full SHA for 8304fe6
.github/workflows/gh-pages.yml
@@ -34,8 +34,8 @@ jobs:
34
exit 1
35
fi
36
37
- - name: Deploy main to root
38
- if: steps.vars.outputs.slug == 'main'
+ - name: Deploy master to root
+ if: steps.vars.outputs.slug == 'master'
39
uses: JamesIves/github-pages-deploy-action@v4
40
with:
41
token: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
44
clean: false
45
46
- name: Deploy branch to subfolder
47
- if: steps.vars.outputs.slug != 'main'
+ if: steps.vars.outputs.slug != 'master'
48
49
50
0 commit comments