Skip to content

Commit aac2bd5

Browse files
committed
deploy fix
1 parent de1a302 commit aac2bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: Install dependencies
3131
run: pnpm install
3232

33-
- name: Run prebuild script
34-
run: pnpm run prebuild
35-
3633
- name: Install, build, and upload your site
3734
uses: withastro/action@v2
3835
with:
3936
package-manager: pnpm@latest
40-
37+
command: |
38+
pnpm run prebuild
39+
pnpm run build
40+
4141
deploy:
4242
needs: build
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)