Skip to content

Commit

Permalink
build: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamarinescu committed Jan 1, 2025
1 parent e91116a commit e8e77b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages-preview
publish_branch: gh-pages
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), '');

return {
base: '/ji-yun/',
define: {
'process.env': env,
},
Expand Down

0 comments on commit e8e77b8

Please sign in to comment.