diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2296c31b..67d67bf2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 14 + - run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/ - name: Setup Environment run: | npm install - - run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/ - name: Generate meta and build run: | npm run meta