Skip to content

Commit

Permalink
ci: fix gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent af68446 commit 31dd392
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ jobs:
body_path: GITHUB_CHANGELOG.md
tag_name: 1.0.0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Build VuePress site
working-directory: ./docs/website
run: pnpm install && pnpm docs:build

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
Expand Down

0 comments on commit 31dd392

Please sign in to comment.