Skip to content

Commit

Permalink
[#233] Fix Documentation ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 13, 2025
1 parent a9745c8 commit 0c04ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:

- name: Generate environment variable documentation using OAf and check if it was updated
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends libgdal-dev gdal-bin
bin/generate_envvar_docs.sh
changes=$(git diff docs/installation/config.rst)
if [ ! -z "$changes" ]; then
Expand All @@ -108,7 +110,6 @@ jobs:
exit 1
fi
sudo apt-get update && sudo apt-get install -y --no-install-recommends libgdal-dev gdal-bin
store-reusable-workflow-vars:
name: create values which can be passed through a reusable workflow
Expand Down

0 comments on commit 0c04ad7

Please sign in to comment.