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 7e77d72 commit b46ed56Copy full SHA for b46ed56
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: 20
20
21
- - run: npm ci
+ - run: npm install
22
- run: npm run build
23
24
- uses: JamesIves/github-pages-deploy-action@v4
.github/workflows/update-ptable.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Install deps
28
- run: npm ci
+ run: npm install
29
30
- name: Run cache generation script
31
run: node scripts/build-ptable-cache.mjs
0 commit comments