@@ -38,15 +38,15 @@ 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
with:
# this should match the `pages` option in your adapter-static options
- path: 'build/'
+ path: "build/"
deploy:
needs: build_site