Skip to content

Commit 978c4ce

Browse files
committed
Update
Signed-off-by: David Weik <[email protected]>
1 parent 9defbd9 commit 978c4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version-file: ".nvmrc"
2827
cache: "npm"
28+
cache-dependency-path: website/package-lock.json
2929
- run: npm ci
3030

3131
- name: Build website
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
# Build output to publish to the `gh-pages` branch:
41-
publish_dir: ./website/build
41+
publish_dir: ./website/build

0 commit comments

Comments
 (0)