Skip to content

update readme for icons and workflows #3

update readme for icons and workflows

update readme for icons and workflows #3

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/[email protected]
with:
luaVersion: "5.1.5"
- uses: leafo/[email protected]
- name: build
run: luarocks install ldoc
- name: generate
run: ldoc .
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs