Skip to content

Commit

Permalink
Update deploy-gh-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtrailer authored May 21, 2024
1 parent 083dde7 commit f50d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm install
- name: Create .env
working-directory: ./client
run: printf 'VITE_PROXY=https://roteapi.aldw.net\nVITE_BASE="/"\nVITE_HASH_ROUTER="false"' >> .env
run: printf 'VITE_PROXY=https://roteapi.aldw.net\nVITE_BASE="/"\nVITE_HASH_ROUTER="true"' >> .env
- name: Build
working-directory: ./client
run: npm run build
Expand Down

0 comments on commit f50d94c

Please sign in to comment.