Update github_pages.yml

This commit is contained in:
Pas 2026-03-05 10:31:49 -07:00
parent b5e6729637
commit bb33247521

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
@ -25,7 +25,7 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Build
run: pnpm build