From 302f3d913f12f9f971b36de69226de95da2cba6e Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Thu, 8 Jun 2023 11:39:07 -0400 Subject: [PATCH] unlikely to use ldoc due to incompatibilities with vscode lua extension luadocs --- .github/workflows/{pages.yml => manifest.yml} | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) rename .github/workflows/{pages.yml => manifest.yml} (88%) diff --git a/.github/workflows/pages.yml b/.github/workflows/manifest.yml similarity index 88% rename from .github/workflows/pages.yml rename to .github/workflows/manifest.yml index 4121e65..a631058 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/manifest.yml @@ -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