Skip to content

Commit

Permalink
add ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Nov 13, 2023
1 parent dd7d3a0 commit 4603979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Conditionally set base in vite.config.js
- name: Conditionally set base in vite.config.ts
run: |
REPO_NAME="${{ github.event.repository.name }}"
CONFIG_FILE='vite.config.js'
CONFIG_FILE='vite.config.ts'
BASE_PATTERN="base: '/$REPO_NAME/',"
if ! grep -q "base:" "$CONFIG_FILE"; then
Expand Down

0 comments on commit 4603979

Please sign in to comment.