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 6907c14 commit c0c242a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-eluna-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
run: |
cd mod-eluna/src/LuaEngine/docs/
python -m ElunaDoc
- name: move files
run: |
- name: "commit eluna docs"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git 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]"
Expand Down

0 comments on commit c0c242a

Please sign in to comment.