Skip to content

Commit

Permalink
fixup of pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jul 4, 2023
1 parent 5a768a9 commit 7ace40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd public
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
GIT_WORK_TREE=. git checkout --orphan gh-pages
GIT_WORK_TREE=. git add .
GIT_WORK_TREE=. git commit -m 'pages'
Expand Down

0 comments on commit 7ace40d

Please sign in to comment.