Refactor LuaDocs generator

This commit is contained in:
peelz
2022-08-03 21:34:42 -04:00
parent 545c38c26c
commit 4a6e13a0dc
38 changed files with 482 additions and 12520 deletions

View File

@@ -21,6 +21,13 @@ jobs:
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
6.0.x
- uses: leafo/gh-actions-lua@v8
with:
luaVersion: "5.2"
@@ -31,6 +38,10 @@ jobs:
working-directory: ${{ env.DOCS_LUA_ROOT }}
run: ./scripts/install.sh
- name: Run docs generator script
working-directory: ${{ env.DOCS_LUA_ROOT }}
run: ./scripts/generate_docs.sh
- name: Run build script
working-directory: ${{ env.DOCS_LUA_ROOT }}
run: ./scripts/build.sh