Fix GitHub Pages site build cache path

This commit is contained in:
Xisheng-Zhao
2026-06-08 21:52:55 +08:00
parent ad8bd857be
commit 41f09fe6d1
+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: