directories
This commit is contained in:
parent
1c2709b3d8
commit
cdba8ab277
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
cd public
|
||||||
git config --local user.name "$GITHUB_ACTOR"
|
git config --local user.name "$GITHUB_ACTOR"
|
||||||
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
GIT_WORK_TREE=. git checkout --orphan gh-pages
|
GIT_WORK_TREE=. git checkout --orphan gh-pages
|
||||||
|
Loading…
Reference in New Issue
Block a user