From 2d02af4b931ee28898caa40fb8028bfa50ec41f3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 29 Nov 2021 00:48:19 -0500 Subject: [PATCH] output_channels.txt commit to trigger full .ini generation #3633 --- .github/workflows/gen-configs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index 04de467b3b..ff84879216 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -22,6 +22,10 @@ jobs: working-directory: ./firmware/ run: bash gen_enum_to_string.sh + - name: Generate Live Documentation + working-directory: ./firmware/ + run: bash gen_live_documentation.sh + - name: Generate All Configs working-directory: ./firmware/ run: bash gen_config.sh @@ -30,10 +34,6 @@ jobs: working-directory: ./firmware/tunerstudio/generated run: ../upload_ini.sh ${{ secrets.RUSEFI_ONLINE_FTP_USER }} ${{ secrets.RUSEFI_ONLINE_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }} - - name: Generate Live Documentation - working-directory: ./firmware/ - run: bash gen_live_documentation.sh - # Commit changes and catch the error that occurs if nothing has been changed (without catching other errors) - name: Commit fresh generated headers and TS project env: