Skip to content

Commit

Permalink
Update generate-eluna-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu authored Jan 20, 2025
1 parent 38baef9 commit 09569e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-eluna-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rm rf docs/
mv mod-eluna/src/LuaEngine/docs/build/* docs/
cd docs/
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
rm -rf mod-eluna
git add docs/
git add -A
git add .
git commit -m "chore: Eluna documentation 🎉"
git push

0 comments on commit 09569e7

Please sign in to comment.