mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#244 luadoc in github actions
This commit is contained in:
parent
8b926a0978
commit
a4be6a6dde
@ -1,5 +1,5 @@
|
|||||||
# Simple workflow for deploying static content to GitHub Pages
|
# Simple workflow for deploying static content to GitHub Pages
|
||||||
name: Deploy Installation Manifests and Versions
|
name: Deploy Install Data and LuaDoc
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -51,6 +51,14 @@ jobs:
|
|||||||
- name: Save main's manifest
|
- name: Save main's manifest
|
||||||
if: ${{ (success() || failure()) && steps.manifest-main.outcome == 'success' }}
|
if: ${{ (success() || failure()) && steps.manifest-main.outcome == 'success' }}
|
||||||
run: mv install_manifest.json deploy/manifests/main
|
run: mv install_manifest.json deploy/manifests/main
|
||||||
|
- name: Switch to deploy directory
|
||||||
|
if: success() || failure()
|
||||||
|
shell: bash
|
||||||
|
run: cd deploy
|
||||||
|
- name: Generate LuaDoc
|
||||||
|
uses: lunarmodules/ldoc@v0
|
||||||
|
with:
|
||||||
|
args: ../coordinator ../graphics ../pocket ../reactor-plc ../rtu ../scada-common ../supervisor
|
||||||
# Generate manifest for latest branch
|
# Generate manifest for latest branch
|
||||||
- name: Checkout latest
|
- name: Checkout latest
|
||||||
id: checkout-latest
|
id: checkout-latest
|
Loading…
Reference in New Issue
Block a user