Skip to content

Commit f5cb011

Browse files
committed
🔥 [maykinmedia/open-api-framework#83] Remove generate_envvar_docs related code
this command has been replaced by sphinx directives
1 parent 12d726e commit f5cb011

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -86,28 +86,6 @@ jobs:
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

bin/generate_envvar_docs.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)