Build GitHub Pages site with npm install
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: site/package-lock.json
|
||||
- run: cd site && npm ci && npm run build
|
||||
- run: cd site && npm install && npm run build
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: site/dist
|
||||
|
||||
Reference in New Issue
Block a user