We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9946817 commit 22ab7c5Copy full SHA for 22ab7c5
.github/workflows/publish.yml
@@ -15,6 +15,10 @@ jobs:
15
uses: actions/setup-node@v4
16
with:
17
node-version-file: package.json
18
+ cache: npm
19
+ cache-dependency-path: package-lock.json
20
+ - name: Clean install
21
+ run: npm ci
22
- name: Build
23
run: bash ./.github/workflows/build.sh ${{ github.event.inputs.releaseTagName }}
24
- name: Upload pages artifact
0 commit comments