You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/02 09:43:28 UTC

[airflow-site] branch fix-building-docs-with-new-python-version-added created (now 6a34fe941b)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch fix-building-docs-with-new-python-version-added
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at 6a34fe941b Fix building site docs with new Python version

This branch includes the following new commits:

     new 6a34fe941b Fix building site docs with new Python version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Fix building site docs with new Python version

Posted by po...@apache.org.
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 <ja...@potiuk.com>
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")