Skip to content

Commit

Permalink
install ldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Dec 18, 2023
1 parent 7f40c2e commit e4c5e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: 'Build Documentation.'
runs:
using: composite
steps:
- name: Install LDoc
shell: bash
run: sudo apt-get update -y && sudo apt-get install -y lua-ldoc
- name: Build Documentation
shell: bash
run: ./scripts/build-docs.sh docs

0 comments on commit e4c5e0f

Please sign in to comment.