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 6b06623 commit 10a3975Copy full SHA for 10a3975
.github/workflows/build-simx.yml
@@ -6,8 +6,6 @@ on:
6
tags:
7
- v**
8
9
- workflow_dispatch:
10
-
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -29,7 +27,7 @@ jobs:
29
27
working-directory: simx
30
28
- name: github pages
31
uses: peaceiris/actions-gh-pages@v3
32
- if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/v') }}
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: ./simx/dist
0 commit comments