Skip to content

Commit 4bbc2b5

Browse files
committed
fix: Test on dev for deployment
1 parent 22d34fd commit 4bbc2b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Upload Artifacts
3030
uses: actions/upload-pages-artifact@v3
3131
with:
32-
# this should match the `pages` option in your adapter-static options
3332
path: 'build/'
3433

3534
deploy:

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
'$components': 'src/lib/components'
1818
},
1919
paths: {
20-
base: process.argv.includes('/web') ? '' : process.env.BASE_PATH
20+
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
2121
}
2222
},
2323
extensions: ['.svelte', '.svx']

0 commit comments

Comments
 (0)