Skip to content

Commit

Permalink
Enable Docs publishing CI step
Browse files Browse the repository at this point in the history
closes #41931
  • Loading branch information
kaxil committed Oct 19, 2024
1 parent 899dcbf commit cc68820
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/static-checks-mypy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ jobs:
INCLUDE_SUCCESS_OUTPUTS: "${{ inputs.include-success-outputs }}"
PYTHON_MAJOR_MINOR_VERSION: "${{ inputs.default-python-version }}"
VERBOSE: "true"
# Temporary disabled it until self-hosted ASF runners will be working again
if: false
# if: inputs.canary-run == 'true' && inputs.branch == 'main'
if: inputs.canary-run == 'true' && inputs.branch == 'main'
steps:
- name: "Cleanup repo"
shell: bash
Expand All @@ -263,6 +261,7 @@ jobs:
path: './docs/_build'
- name: "Clone airflow-site"
run: >
df -h
git clone https://github.com/apache/airflow-site.git ${GITHUB_WORKSPACE}/airflow-site &&
echo "AIRFLOW_SITE_DIRECTORY=${GITHUB_WORKSPACE}/airflow-site" >> "$GITHUB_ENV"
- name: "Prepare breeze & CI image: ${{ inputs.default-python-version }}:${{ inputs.image-tag }}"
Expand Down

0 comments on commit cc68820

Please sign in to comment.