Skip to content

Commit

Permalink
fix: update deployToGitHubPage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 15, 2024
1 parent 49313b3 commit 5991a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployToGitHubPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install --omit=optional
run: npm install
- name: Set Vite base
# Get repository name
run: echo "VITE_BASE=/${GITHUB_REPOSITORY#*/}/" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 5991a0a

Please sign in to comment.