Skip to content

Commit

Permalink
[docs] Update workflow action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Jun 26, 2023
1 parent 3dc1f1b commit dfbed13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
git checkout HEAD -- docs/
git add build/
git mv build/* . -f -k
git mv build/docs/index.html docs/index.html
git rm build/* -r -f
git config --global user.name github-actions
git config --global user.email [email protected]
Expand Down

0 comments on commit dfbed13

Please sign in to comment.