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 7b1caf9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ jobs:
body_path: GITHUB_CHANGELOG.md
tag_name: 1.0.0

- name: Setup pnpm
uses: pnpm/action-setup@v2
working-directory: ./docs/website
with:
version: 8
run_install: true

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

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

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

0 comments on commit 7b1caf9

Please # to comment.