We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cf8c9 commit 30963deCopy full SHA for 30963de
1 file changed
.github/workflows/deploy-docs.yml
@@ -32,6 +32,6 @@ jobs:
32
if: github.ref == 'refs/heads/source' && github.repository == 'oceanhackweek/oceanhackweek.github.io'
33
with:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- BRANCH: gh-pages
+ BRANCH: master
36
FOLDER: _site
37
CLEAN: false
0 commit comments