ci: add remote

This commit is contained in:
redonkulus 2021-07-04 10:18:36 -07:00
parent d874d5eed9
commit fec2487abb

View File

@ -17,7 +17,9 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test
- run: npm run deploy - run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/pure-css/pure-css.github.io.git
npm run deploy
env: env:
GH_EMAIL: ${{ secrets.GH_EMAIL }} GH_EMAIL: ${{ secrets.GH_EMAIL }}
GH_NAME: ${{ secrets.GH_NAME }} GH_NAME: ${{ secrets.GH_NAME }}