mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
use correct option
This commit is contained in:
parent
3172baa3e3
commit
5b3475282d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m github-pages
|
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m github-pages
|
||||||
- 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 subtree push -f --prefix docs github gh-pages
|
- run: git subtree push --prefix docs github gh-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue