Skip to content

Commit a30f57c

Browse files
authored
Merge pull request #424 from bayesian-optimization/bwheelz36-patch-1
Bwheelz36 patch 1
2 parents 8334524 + a9f066b commit a30f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
make github
3939
- name: Deploy
4040
uses: peaceiris/actions-gh-pages@v3
41-
if: ${{ github.ref == 'refs/heads/main' }}
41+
if: ${{ github.ref == 'refs/heads/master' }}
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: ./docs

0 commit comments

Comments
 (0)