Skip to content

Commit

Permalink
aaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 20, 2024
1 parent d311d20 commit 50616ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: "[[ -f pnpm-lock.yaml ]] && pnpm ci || true"
run: "pnpm i && pnpm ci || true"
- name: Build production website
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit 50616ac

Please sign in to comment.