Fix GitHub Pages site build cache path

This commit is contained in:
Xisheng-Zhao
2026-06-08 21:52:55 +08:00
parent 237d22f9af
commit 826f9352e9
+1
View File
@@ -26,6 +26,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: site/package-lock.json
- run: cd site && npm ci && npm run build
- uses: actions/upload-pages-artifact@v3
with: