Update node.js.yml
This commit is contained in:
parent
e33d4ee50b
commit
707dc0e65e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -28,5 +28,5 @@ jobs:
|
|||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- env:
|
||||
VITE_APIKEY: ${{ secrets.VITE_APIKEY }}
|
||||
env:
|
||||
VITE_APIKEY: ${{ secrets.VITE_APIKEY }}
|
||||
|
|
Reference in a new issue