We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc32e20 commit d78bd9aCopy full SHA for d78bd9a
2 files changed
.github/workflows/deploy.yml
@@ -21,10 +21,7 @@ jobs:
21
run: npm i
22
23
- name: build
24
- env:
25
- BASE_PATH: '/${{ github.event.repository.name }}'
26
- run: |
27
- npm run build
+ run: npm run build
28
29
- name: Upload Artifacts
30
uses: actions/upload-pages-artifact@v3
src/routes/+page.svelte
@@ -1 +1 @@
1
-<div class="flex h-screen w-full items-center justify-center text-9xl font-semibold">👀</div>
+<div class="flex h-screen w-full items-center justify-center text-9xl font-semibold">👀</div>
0 commit comments