Skip to content

Commit

Permalink
rm slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 16, 2024
1 parent 30cb93a commit 0e2f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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,,}/" >> $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 Down

0 comments on commit 0e2f7b9

Please sign in to comment.