mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
unlikely to use ldoc due to incompatibilities with vscode lua extension luadocs
This commit is contained in:
parent
650b9c1811
commit
302f3d913f
@ -1,5 +1,5 @@
|
||||
# Deploy installation manifests, shields versions, and documentation to GitHub Pages
|
||||
name: Deploy Install Data and LuaDoc
|
||||
# Deploy installation manifests and shields versions
|
||||
name: Deploy Installation Data
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -51,15 +51,6 @@ jobs:
|
||||
- name: Save main's manifest
|
||||
if: ${{ (success() || failure()) && steps.manifest-main.outcome == 'success' }}
|
||||
run: mv install_manifest.json deploy/manifests/main
|
||||
- name: Generate LuaDoc
|
||||
if: success() || failure()
|
||||
uses: lunarmodules/ldoc@v1.5.0
|
||||
with:
|
||||
args: ./coordinator ./graphics ./pocket ./reactor-plc ./rtu ./scada-common ./supervisor
|
||||
- name: Save doc directory
|
||||
if: success() || failure()
|
||||
shell: bash
|
||||
run: mv doc deploy/
|
||||
# Generate manifest for latest branch
|
||||
- name: Checkout latest
|
||||
id: checkout-latest
|
Loading…
Reference in New Issue
Block a user