Skip to content

Commit

Permalink
fixed auto-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
woophi committed Apr 22, 2024
1 parent 1695592 commit 110cfcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-proj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: npm run build

- run: npm install -g surge
- run: surge ./ --token ${{ secrets.SURGE_TOKEN }}
- run: surge dist ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
base: '/app-sub-modal/',
plugins: [react(), vanillaExtractPlugin()],
});

0 comments on commit 110cfcd

Please sign in to comment.