diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9bafa09..c4c024f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - run: npm run lint - run: npm test - run: | - git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/pure-css/pure-css.github.io.git + git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git npm run deploy env: GH_EMAIL: ${{ secrets.GH_EMAIL }}