Add GitHub workflow for building docs on gh-pages branch

master
Jordan Irwin 2021-08-16 01:20:36 -07:00
parent 0e1ac024d8
commit ae94c38182
1 changed files with 29 additions and 0 deletions

29
.github/workflows/reference.yml vendored Normal file
View File

@ -0,0 +1,29 @@
name: Build Reference
on:
push:
tags:
- 'v[0-9]*'
jobs:
build:
name: Build Reference
runs-on: ubuntu-latest
steps:
- name: Setup Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: 5.4
- name: Setup Lua Rocks
uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: luarocks install --only-deps https://raw.githubusercontent.com/lunarmodules/LDoc/master/ldoc-scm-3.rockspec
- name: Setup LDoc
run: git clone --branch=custom https://github.com/AntumDeluge/LDoc.git ldoc
- name: Checkout & Build Docs
run: git clone https://github.com/AntumMT/mod-alternode.git alternode && cd alternode && chmod +x .ldoc/build_versioned_docs.sh && ./.ldoc/build_versioned_docs.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: alternode/docs/