diff options
| -rw-r--r-- | .github/workflows/static.yml | 2 |
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 |
