Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AjinkyaGosavi authored Jan 16, 2025
1 parent 23cc613 commit ab7c204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- run: find .
-type f sed -i -e "s/__LION_APIKEY_PRD_PLACEHOLDER__/$RTS_DEMO_APIKEY/g" config.js
- run: find . -type f sed -i -exec -e "s/__LION_APIKEY_PRD_PLACEHOLDER__/$RTS_DEMO_APIKEY/g" config.js
- run: npm install
- run: npm run build
- name: Upload artifact
Expand Down

0 comments on commit ab7c204

Please sign in to comment.