Skip to content

Commit a9f066b

Browse files
authored
Update build_docs.yml
main to master again
1 parent 84efe2f commit a9f066b

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)