We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3147d commit 6b06623Copy full SHA for 6b06623
.github/workflows/build-simx.yml
@@ -29,7 +29,7 @@ jobs:
29
working-directory: simx
30
- name: github pages
31
uses: peaceiris/actions-gh-pages@v3
32
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: ./simx/dist
0 commit comments