Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Aug 27, 2024
1 parent 13cfd54 commit 8822bec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,15 @@ jobs:
node-version: 18
cache: pnpm

- name: Enter docs directory
run: cd docs

- name: Build VitePress site
run: pnpm build
run: cd docs && pnpm build

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
repo: biyuehu/misakura
target_branch: docs
build_dir: .vitepress/dist
build_dir: docs/.vitepress/dist
fqdn: https://avg.js.org
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8822bec

Please sign in to comment.