Skip to content

Commit

Permalink
Update generate-eluna-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o authored Jan 20, 2025
1 parent 419493c commit 42e526d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate-eluna-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rm -rf docs
mv mod-eluna/src/LuaEngine/docs/build/* docs/
cd docs/
mv mod-eluna/src/LuaEngine/docs/build docs
rm -rf mod-eluna
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 .
git add docs/
git commit -m "chore: Eluna documentation 🎉"
git push

0 comments on commit 42e526d

Please sign in to comment.