This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch fix-building-docs-with-new-python-version-added in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 6a34fe941bcb07e2ac230d7e511cf185f81c2b96 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Dec 2 10:41:43 2022 +0100 Fix building site docs with new Python version --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30b53cd16b..1cc6a69c38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,6 +119,7 @@ jobs: github.ref == 'refs/heads/main' && github.repository == 'apache/airflow-site' && github.event_name == 'push' run: | + set -x gh auth status VERSION="$(python setup.py --version)" TITLE=$(date "+%Y-%m-%d %H:%M:%S")
