Skip to content

better docs using @tparam @treturn #23

better docs using @tparam @treturn

better docs using @tparam @treturn #23

Workflow file for this run

name: LDoc
on:
push:
branches:
- main
jobs:
sile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate docs with LDoc
uses: lunarmodules/ldoc@v1.5.0
with:
args: main.lua
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}