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 Mar 18, 2024
1 parent 7fbef95 commit ae9c6c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ 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="/rote"\nVITE_HASH_ROUTER="true"' >> .env
- name: Build
working-directory: ./client
run: npm run build
- name: Create CNAME (? not sure if necessary)
working-directory: ./client
run: printf 'rote.aldw.net' >> CNAME
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit ae9c6c9

Please sign in to comment.