Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Feb 24, 2024
1 parent 67901dd commit f592e36
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 @@ -34,7 +34,9 @@ jobs:
cache: pnpm

- name: Build VitePress site
run: pnpm build
run: |
pnpm install
pnpm build
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit f592e36

Please sign in to comment.