mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#244 luadoc actions fixes
This commit is contained in:
parent
543ac8c9fe
commit
650b9c1811
11
.github/workflows/pages.yml
vendored
11
.github/workflows/pages.yml
vendored
@ -51,14 +51,15 @@ jobs:
|
||||
- name: Save main's manifest
|
||||
if: ${{ (success() || failure()) && steps.manifest-main.outcome == 'success' }}
|
||||
run: mv install_manifest.json deploy/manifests/main
|
||||
- name: Switch to deploy directory
|
||||
if: success() || failure()
|
||||
shell: bash
|
||||
run: cd deploy
|
||||
- name: Generate LuaDoc
|
||||
if: success() || failure()
|
||||
uses: lunarmodules/ldoc@v1.5.0
|
||||
with:
|
||||
args: ../coordinator ../graphics ../pocket ../reactor-plc ../rtu ../scada-common ../supervisor
|
||||
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