Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 18, 2024
1 parent d1affb6 commit 28afa34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,10 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6

- name: Install
run: pnpm install

- name: Build
run: pnpm build

- uses: actions/checkout@v2
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"react-dom": "^18.2.0",
"vite": "^4.3.9",
"zdog": "1.1.3"
}
},
"packageManager": "pnpm@8.15.1"
}

0 comments on commit 28afa34

Please sign in to comment.