Skip to content

Commit 208a654

Browse files
authored
Update .github/workflows/docs.yml
1 parent 4999099 commit 208a654

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
@@ -38,7 +38,7 @@ jobs:
3838
publish_branch: gh-pages
3939
destination_dir: main
4040
- name: publish stable docs
41-
if: github.ref_name == 'main' && github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
41+
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)