mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
use correct url
This commit is contained in:
parent
9414419f73
commit
afa3f310db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
|||
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
||||
- run: git add docs
|
||||
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m docs
|
||||
- run: git remote add github "https://:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
- run: git remote add github "https://github:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
|
||||
- run: git push github HEAD:${GITHUB_REF}
|
||||
|
|
Loading…
Add table
Reference in a new issue