Skip to content

Commit

Permalink
fix repo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 16, 2024
1 parent 5af4f14 commit b1ba5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set VITE_BASE
run: |
echo "VITE_BASE=https://${GITHUB_REPOSITORY_OWNER,,}.github.io/${GITHUB_REPOSITORY#*/@L}" >> $GITHUB_ENV
echo "VITE_BASE=https://${GITHUB_REPOSITORY_OWNER,,}.github.io/${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -32,7 +32,7 @@ jobs:

- name: build
env:
BASE_PATH: '/integrity-wallet'
BASE_PATH: '/${GITHUB_REPOSITORY#*/}'
VITE_BASE: ${{ env.VITE_BASE }}
run: |
cd inner-app && npm run build && cd .. && npm run build
Expand Down

0 comments on commit b1ba5f2

Please sign in to comment.