Skip to content

Commit

Permalink
Update generate-documentation.yml
Browse files Browse the repository at this point in the history
Move to LDoc
  • Loading branch information
lucamauri committed Jun 23, 2024
1 parent 47d35c8 commit e3a2156
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ jobs:
with:
luaVersion: '5.1'

- name: Install LuaDoc dependencies
- name: Install LDoc dependencies
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luafilesystem
sudo luarocks install lualogging
sudo luarocks install ldoc
- name: Generate Documentation
run: |
lua luadoc.lua -d docs .
ldoc -d docs .
- name: Commit Documentation
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit e3a2156

Please sign in to comment.