Skip to content

Commit 1fe69d7

Browse files
authored
tag will not be named main
1 parent 830c5e4 commit 1fe69d7

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
@@ -47,7 +47,7 @@ jobs:
4747
publish_branch: gh-pages
4848
destination_dir: github.ref_name
4949
- name: create symlink stable to new version
50-
if: github.ref_name == 'main' && github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
50+
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
5151
run: |
5252
rm stable
5353
ln -s "${{ github.ref_name }}" stable

0 commit comments

Comments
 (0)