Skip to content

Commit 22ab7c5

Browse files
committed
wip
1 parent 9946817 commit 22ab7c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version-file: package.json
18+
cache: npm
19+
cache-dependency-path: package-lock.json
20+
- name: Clean install
21+
run: npm ci
1822
- name: Build
1923
run: bash ./.github/workflows/build.sh ${{ github.event.inputs.releaseTagName }}
2024
- name: Upload pages artifact

0 commit comments

Comments
 (0)