Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Nov 25, 2023
2 parents 3215f85 + e4fb632 commit 2330ea7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployToGitHubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
- name: Install dependencies
run: npm install --omit=optional
- name: Set Vite base
id: viteBase
# Get repository name
run: echo "VITE_BASE=/${GITHUB_REPOSITORY#*/}/" >> "${GITHUB_OUTPUT}"
run: echo "VITE_BASE=/${GITHUB_REPOSITORY#*/}/" >> "${GITHUB_ENV}"
- name: Build
env:
VITE_BASE: ${{ steps.viteBase.outputs.VITE_BASE }}
run: npm run build

- name: Setup Pages
Expand Down

0 comments on commit 2330ea7

Please sign in to comment.