mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ci: add remote
This commit is contained in:
parent
d874d5eed9
commit
fec2487abb
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user