Skip to content

Commit

Permalink
Update vitepress-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 22, 2024
1 parent c150d34 commit 0a298a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/vitepress-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

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

- name: Install and build dependencies
run: corepack enable pnpm && pnpm install && pnpm build

- name: Install Packages
run: pnpm install

Expand Down

0 comments on commit 0a298a7

Please sign in to comment.