|
@@ -38,15 +38,15 @@ jobs:
|
|
|
|
|
|
- name: build
|
|
- name: build
|
|
env:
|
|
env:
|
|
- BASE_PATH: '/${{ github.event.repository.name }}'
|
|
|
|
- run: |
|
|
|
|
- bun run build
|
|
|
|
|
|
+ BASE_PATH: "/${{ github.event.repository.name }}"
|
|
|
|
+ run: |
|
|
|
|
+ bun run build
|
|
|
|
|
|
- name: Upload Artifacts
|
|
- name: Upload Artifacts
|
|
uses: actions/upload-pages-artifact@v3
|
|
uses: actions/upload-pages-artifact@v3
|
|
with:
|
|
with:
|
|
# this should match the `pages` option in your adapter-static options
|
|
# this should match the `pages` option in your adapter-static options
|
|
- path: 'build/'
|
|
|
|
|
|
+ path: "build/"
|
|
|
|
|
|
deploy:
|
|
deploy:
|
|
needs: build_site
|
|
needs: build_site
|