Skip to content

Commit 35d75d7

Browse files
authored
Update deploy.yml
1 parent 503d857 commit 35d75d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
# IMPORTANT: set this to the pnpm version you used locally to generate pnpm-lock.yaml
2726
version: '9'
2827

2928
- name: Cache pnpm store
@@ -38,7 +37,7 @@ jobs:
3837
run: pnpm install --frozen-lockfile
3938

4039
- name: Build
41-
run: pnpm run build --if-present
40+
run: pnpm run build
4241

4342
- name: Deploy to GitHub Pages
4443
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)