There was an error while loading. Please reload this page.
1 parent e0b16fc commit 5900fabCopy full SHA for 5900fab
1 file changed
.github/workflows/static.yml
@@ -41,17 +41,17 @@ jobs:
41
- name: Install dependencies
42
run: npm install --no-audit --no-fund
43
44
- - name: Build
+ - name: Build VitePress site
45
run: npm run build
46
47
- name: Setup Pages
48
uses: actions/configure-pages@v5
49
-
+
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
52
with:
53
path: ./.vitepress/dist
54
55
- name: Deploy to GitHub Pages
56
id: deployment
57
uses: actions/deploy-pages@v4
0 commit comments