diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c2c992d..66e390b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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