This commit is contained in:
not-nullptr 2026-01-29 13:34:00 +00:00
parent 263e7d8c1f
commit 510bd1e012
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ jobs:
- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
bun run build
BASE_PATH: '/${{ github.event.repository.name }}'
run:
- bun run build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3