Skip to content

Commit

Permalink
chore(cicd): Change docs CI/CD trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Feb 19, 2022
1 parent 2d09ea8 commit 76ae749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_pages.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
poetry run sphinx-build -b html . _build
cp -r _build/* ../gh-pages/
- name: Deploy documentation
if: ${{ github.event.ref_type == 'tag' }}
if: ${{ github.ref_type == 'tag' }}
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflow-dbt-python"
version = "0.13.0-alpha.1"
version = "0.13.0-alpha.2"
description = "A dbt operator and hook for Airflow"
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
license = "MIT"
Expand Down

0 comments on commit 76ae749

Please sign in to comment.