Skip to content

Commit

Permalink
fix: :wrench - Fix pre-commit and CI dependencies for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
afranzi committed Feb 2, 2024
1 parent a49343f commit c7c3a26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- name: Install Dependencies
run: poetry install --only=docs
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repos:
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-yaml
exclude: (mkdocs.yml)
- id: debug-statements
- id: detect-aws-credentials
args: [ --allow-missing-credentials ]
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Expected properties where:
## Links of Interest

Check [configurations-ref](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html) for more
Airflow configuration possibilities.
Airflow configuration possibilities.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_generator: !!python/name:material.extensions.emoji.to_svg

0 comments on commit c7c3a26

Please sign in to comment.