File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 8686 with :
8787 token : ${{ secrets.CODECOV_TOKEN }}
8888
89- check-envvar-docs :
90- runs-on : ubuntu-latest
91- name : Documentation build
92-
93- steps :
94- - uses : actions/checkout@v4
95- - name : Set up backend environment
96- uses :
maykinmedia/[email protected] 97- with :
98- python-version : ' 3.12'
99- setup-node : false
100-
101- - name : Generate environment variable documentation using OAf and check if it was updated
102- run : |
103- bin/generate_envvar_docs.sh
104- changes=$(git diff docs/installation/config/env_configuration.rst)
105- if [ ! -z "$changes" ]; then
106- echo $changes
107- echo "Please update the environment documentation by running \`bin/generate_envvar_docs.sh\`"
108- exit 1
109- fi
110-
11189 store-reusable-workflow-vars :
11290 name : create values which can be passed through a reusable workflow
11391 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments