aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-03 22:51:25 +0800
committerGitHub <noreply@github.com>2026-02-03 22:51:25 +0800
commit8d2a049286131ad6920262a96d365813eca8b780 (patch)
treef717fec8bfb1ce1f255fc2ba68b78f894bc69ab6
parent94289f3301d4238cd808b821d6ec6aa0361c0d86 (diff)
downloadyuescript-8d2a049286131ad6920262a96d365813eca8b780.tar.gz
yuescript-8d2a049286131ad6920262a96d365813eca8b780.tar.bz2
yuescript-8d2a049286131ad6920262a96d365813eca8b780.zip
Update path for artifact upload in static.yml [skip CI]HEADmain
-rw-r--r--.github/workflows/static.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 6fc7e10..4e79a61 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -42,7 +42,7 @@ jobs:
42 - name: Upload artifact 42 - name: Upload artifact
43 uses: actions/upload-pages-artifact@v3 43 uses: actions/upload-pages-artifact@v3
44 with: 44 with:
45 path: 'doc/docs/.vuepress/dist' 45 path: 'doc/docs/.vitepress/dist'
46 - name: Deploy to GitHub Pages 46 - name: Deploy to GitHub Pages
47 id: deployment 47 id: deployment
48 uses: actions/deploy-pages@v4 48 uses: actions/deploy-pages@v4