From 10ec41524b7c5c6fd41a870eb8ac6d4486625a3b Mon Sep 17 00:00:00 2001 From: redonkulus Date: Sun, 4 Jul 2021 10:20:31 -0700 Subject: [PATCH] ci: fix repo --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}