1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

use gh-pages branch

This commit is contained in:
Nebel 2020-02-08 22:51:53 +09:00
parent 0d7224947f
commit 85ad5d99be

View file

@ -19,4 +19,4 @@ jobs:
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m docs - 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" - run: git remote add github "https://github:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" } env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
- run: git push github HEAD:${GITHUB_REF} - run: git subtree push --prefix docs origin gh-pages