output_channels.txt commit to trigger full .ini generation #3633

This commit is contained in:
rusefillc 2021-11-29 00:48:19 -05:00
parent 247a772f7f
commit 2d02af4b93
1 changed files with 4 additions and 4 deletions

View File

@ -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: