ci: fix repo

This commit is contained in:
redonkulus 2021-07-04 10:20:31 -07:00
parent fec2487abb
commit 10ec41524b

View File

@ -18,7 +18,7 @@ jobs:
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test
- run: | - 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 npm run deploy
env: env:
GH_EMAIL: ${{ secrets.GH_EMAIL }} GH_EMAIL: ${{ secrets.GH_EMAIL }}