1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

fix remove url

This commit is contained in:
Nebel 2020-02-09 00:13:26 +09:00
parent 301bd89c75
commit 0d2551caa1

View file

@ -21,4 +21,4 @@ jobs:
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m docs
- run: git remote add github "https://github:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
- run: git subtree push --prefix docs origin gh-pages
- run: git subtree push --prefix docs github gh-pages