diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 3f48fce..e5c6fae 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -24,5 +24,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file + - name: Install Dependencies + run: poetry install --only=docs + - run: mkdocs gh-deploy --force diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 191a999..068e5fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ] diff --git a/docs/setup.md b/docs/setup.md index a7b9f9f..d5915e3 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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. \ No newline at end of file +Airflow configuration possibilities. diff --git a/mkdocs.yml b/mkdocs.yml index 59172a0..abb41d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 \ No newline at end of file + emoji_generator: !!python/name:material.extensions.emoji.to_svg