diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 106b5ed..e498218 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: run: | npm ci npm run build - sed -i -e '/__SOMPLEXITY_SRC__/{r dist/sqomplexity-browser.js' -e 'd}' ./public/index.html + sed -i -e '/__SQOMPLEXITY_SRC__/{r dist/sqomplexity-browser.js' -e 'd}' ./public/index.html - name: Deploy uses: peaceiris/actions-gh-pages@v3