Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Sep 11, 2024
1 parent 027433e commit 961ecaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
runs-on: windows
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install Pnpm
run: npm install -g pnpm@8
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm i --no-frozen-lockfile --unsafe-perm --ignore-scripts
- name: Build website
run: pnpm run build

Expand Down

0 comments on commit 961ecaf

Please sign in to comment.