Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 9, 2024
1 parent ccecbbd commit 6b49e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
xmake gendoc -y -s https://manual.xmake.io/ -o site
git config --global user.email "[email protected]"
git config --global user.name "ruki"
git commit -a -m "autoupdate docs by xmake-gendoc/ci"
git add -A
git commit -m "autoupdate docs by xmake-gendoc/ci"
git push [email protected]:waruqi/xmake-gendoc.git main -f

0 comments on commit 6b49e3b

Please sign in to comment.