Update deploy-bun.yml

This commit is contained in:
Miguel Pimentel 2024-07-01 13:37:55 -05:00 committed by GitHub
parent 7536c82309
commit 4337115c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Build Quartz
run: bun run build
run: npx quartz build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: