Skip to content

Commit

Permalink
fix 路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovniced authored May 9, 2024
1 parent f2752d7 commit 96e7215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: docs

- name: Build VuePress site
run: npm run docs:build
working-directory: docs

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs/.vuepress/dist
build_dir: docs/docs/.vuepress/dist
env:
GITHUB_TOKEN: ${{ secrets.token }}

0 comments on commit 96e7215

Please sign in to comment.