fix action
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
||||||
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
||||||
git fetch origin gh-pages
|
git fetch origin gh-pages:gh-pages
|
||||||
- uses: subosito/[email protected]
|
- uses: subosito/[email protected]
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|||||||
Reference in New Issue
Block a user