We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658fcac commit aff1b3fCopy full SHA for aff1b3f
1 file changed
.github/workflows/web.yml
@@ -32,7 +32,7 @@ on:
32
# when you want the docs to update.
33
push:
34
branches:
35
- - main
+ - master
36
37
# Whenever a workflow called "Release" completes, update the docs!
38
#
@@ -90,7 +90,7 @@ jobs:
90
- name: Deploy to Github Pages
91
uses: JamesIves/github-pages-deploy-action@v4.4.1
92
# ONLY if we're on main (so no PRs or feature branches allowed!)
93
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
94
with:
95
branch: gh-pages
96
# Gotta tell the action where to find oranda's output
0 commit comments