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 9defbd9 commit 978c4ceCopy full SHA for 978c4ce
.github/workflows/deploy-doc.yml
@@ -24,8 +24,8 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: actions/setup-node@v4
26
with:
27
- node-version-file: ".nvmrc"
28
cache: "npm"
+ cache-dependency-path: website/package-lock.json
29
- run: npm ci
30
31
- name: Build website
@@ -38,4 +38,4 @@ jobs:
38
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
# Build output to publish to the `gh-pages` branch:
41
- publish_dir: ./website/build
+ publish_dir: ./website/build
0 commit comments