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