Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaFoxz committed Oct 11, 2024
1 parent fc282a8 commit 186e194
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Setup pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
version: latest
node-version: '20'
cache: 'pnpm'
# Pick your own package manager and build script
- run: cd ./.github-pages && pnpm install
# Setup environment variables
Expand Down

0 comments on commit 186e194

Please sign in to comment.