Skip to content

Updated config.ld to further restrict files #3

Updated config.ld to further restrict files

Updated config.ld to further restrict files #3

Workflow file for this run

name: Generate LDoc Documentation
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: "5.3"
- name: Install LDoc
run: |
sudo apt-get install luarocks
sudo luarocks install ldoc
- name: Generate Documentation
run: ldoc .
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc