diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 26084fcb..44395449 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,7 +35,7 @@ jobs: run: | add_script='' # Need to use single quotes around sed to avoid ! to be interpreted as a history expansion character - sed -i 's||'"${add_script}"'|' index.html + sed -i 's||'"${add_script}"'|' index.html - name: Set up Node uses: actions/setup-node@v4 diff --git a/index.html b/index.html index ab329441..eb970d20 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@