We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d4b8e commit 28de571Copy full SHA for 28de571
1 file changed
.github/workflows/static.yml
@@ -51,12 +51,15 @@ jobs:
51
cache-dependency-path: '**/package-lock.json'
52
53
- name: Install dependencies
54
- run: npm install
+ run: |
55
+ cd .site
56
+ npm install
57
58
- name: build
59
env:
60
BASE_PATH: '/${{ github.event.repository.name }}'
61
run: |
62
63
npm run build
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
0 commit comments