Update pages.yml
This commit is contained in:
parent
793e4ad5ed
commit
dd7258d8f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
git config user.email ${COMMITER_EMAIL}
|
git config user.email ${COMMITER_EMAIL}
|
||||||
git status --porcelain
|
git status --porcelain
|
||||||
git add --all .
|
git add --all .
|
||||||
git commit commit -m "DIST to gh-pages"
|
git commit -m "DIST to gh-pages"
|
||||||
git push --quiet --force ${REMOTE} gh-pages
|
git push --quiet --force ${REMOTE} gh-pages
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue