Skip to content

Commit 5900fab

Browse files
committed
fix: restore Node.js setup and build steps to generate proper VitePress dist
1 parent e0b16fc commit 5900fab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
- name: Install dependencies
4242
run: npm install --no-audit --no-fund
4343

44-
- name: Build
44+
- name: Build VitePress site
4545
run: npm run build
4646

4747
- name: Setup Pages
4848
uses: actions/configure-pages@v5
49-
49+
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
5353
path: ./.vitepress/dist
54-
54+
5555
- name: Deploy to GitHub Pages
5656
id: deployment
5757
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)