Skip to content

Commit 76e3dd1

Browse files
authored
Update static.yml
1 parent 2a44835 commit 76e3dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18' # Specify the Node.js version
19+
node-version: '20' # Specify the Node.js version
2020

2121
- name: Install dependencies
2222
run: |
23-
cd docs/.vuepress
23+
cd docs
2424
npm install
2525
2626
- name: Build VuePress site
2727
run: |
28-
cd docs/.vuepress
29-
npm run build
28+
cd docs
29+
npm run docd:build
3030
3131
- name: Deploy to GitHub Pages
3232
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)