Skip to content

Commit

Permalink
test 6 added github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitou-1412 committed Feb 1, 2024
1 parent 1695155 commit bbca232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployHPanel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 🔨 Build Project
run: |
npm install
CI=false npm run build
CI=false REACT_APP_GOOGLE_API_KEY=${{vars.GOOGLE_API_KEY}} npm run build
- name: List output files
run: find build/ -print
- name: 📂 Sync files
Expand Down

0 comments on commit bbca232

Please sign in to comment.