We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ab7c5 commit 9f171b3Copy full SHA for 9f171b3
.github/workflows/publish.yml
@@ -1,5 +1,9 @@
1
name: Publish
2
on:
3
+ push:
4
+ branches:
5
+ - main
6
+ - feature/docs-*
7
workflow_dispatch:
8
inputs:
9
releaseTagName:
@@ -20,7 +24,7 @@ jobs:
20
24
- name: Clean install
21
25
run: npm ci
22
26
- name: Build
23
- run: bash ./.github/workflows/build.sh ${{ github.event.inputs.releaseTagName }}
27
+ run: bash ./.github/workflows/build.sh v0.1.0 # ${{ github.event.inputs.releaseTagName }}
28
- name: Upload pages artifact
29
uses: actions/upload-pages-artifact@v3
30
id: upload
0 commit comments