Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update vite base path for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed May 29, 2024
1 parent 02adb41 commit 37fd69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/email-recovery-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}
VITE_OWNER_1_PRIVATE_KEY: ${{ secrets.VITE_OWNER_1_PRIVATE_KEY }}
run: VITE_WALLET_CONNECT_PROJECT_ID=${VITE_WALLET_CONNECT_PROJECT_ID} VITE_OWNER_1_PRIVATE_KEY=${VITE_OWNER_1_PRIVATE_KEY} yarn build
run: VITE_WALLET_CONNECT_PROJECT_ID=${VITE_WALLET_CONNECT_PROJECT_ID} VITE_OWNER_1_PRIVATE_KEY=${VITE_OWNER_1_PRIVATE_KEY} yarn build --base=/wax/

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 37fd69c

Please sign in to comment.