We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d09ea8 commit 76ae749Copy full SHA for 76ae749
.github/workflows/docs_pages.yaml
@@ -26,7 +26,7 @@ jobs:
26
poetry run sphinx-build -b html . _build
27
cp -r _build/* ../gh-pages/
28
- name: Deploy documentation
29
- if: ${{ github.event.ref_type == 'tag' }}
+ if: ${{ github.ref_type == 'tag' }}
30
uses: JamesIves/github-pages-deploy-action@4.1.4
31
with:
32
branch: gh-pages
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "airflow-dbt-python"
3
-version = "0.13.0-alpha.1"
+version = "0.13.0-alpha.2"
4
description = "A dbt operator and hook for Airflow"
5
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
6
license = "MIT"
0 commit comments