fix typo
This commit is contained in:
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG="${{ steps.GenTagName.outputs.value }}"
|
TAG="${{ steps.GenTagName.outputs.value }}"
|
||||||
rm -rf gh-pages/*
|
rm -rf gh-pages/*
|
||||||
cp master/build/* gh-pages
|
cp -r master/build/* gh-pages
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
git add -A
|
git add -A
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user