Skip to content

Commit

Permalink
try fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Mar 20, 2024
1 parent a91deae commit f2e3b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
cd build
git init
git branch -M main
git remote add origin https://github.com/ceceppa/anima-doc.git
git config user.name "GitHub Actions Bot"
git config user.email "<senesealessandro@gmail.com>"
git add .
git commit -am "Documentation"
git remote add origin https://github.com/ceceppa/anima-doc.git
git commit -m "Documentation"
git push origin main --force

0 comments on commit f2e3b52

Please sign in to comment.