Skip to content

Commit 28de571

Browse files
committed
Node
1 parent d2d4b8e commit 28de571

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ jobs:
5151
cache-dependency-path: '**/package-lock.json'
5252

5353
- name: Install dependencies
54-
run: npm install
54+
run: |
55+
cd .site
56+
npm install
5557
5658
- name: build
5759
env:
5860
BASE_PATH: '/${{ github.event.repository.name }}'
5961
run: |
62+
cd .site
6063
npm run build
6164
- name: Upload artifact
6265
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)