Skip to content

Commit 8c2b8b7

Browse files
committed
change ref_name to main
1 parent 88d7ab4 commit 8c2b8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: docs-html
3232
path: docs/_build/html/
3333
- name: publish dev docs
34-
if: github.ref_name == 'docs-switch' && github.ref_type == 'branch'
34+
if: github.ref_name == 'main' && github.ref_type == 'branch'
3535
uses: peaceiris/actions-gh-pages@v3
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)