diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e4289de2..c2296c31b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Environment run: | npm install - - run: git config --global url."https://${{ GITHUB_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ + - run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/ - name: Generate meta and build run: | npm run meta