This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
The following commit(s) were added to refs/heads/main by this push: new e282e9e57a Fix another typo e282e9e57a is described below commit e282e9e57a4b3c7c9653cdd3921f7c61aa3bd4c2 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Thu May 15 21:44:10 2025 -0400 Fix another typo --- .github/workflows/github-to-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-to-s3.yml b/.github/workflows/github-to-s3.yml index 6c82bb6468..e02de60a30 100644 --- a/.github/workflows/github-to-s3.yml +++ b/.github/workflows/github-to-s3.yml @@ -177,7 +177,7 @@ jobs: chmod a+x add_watermark.py mkdir -p images curl -sSf -o images/staging.png https://raw.githubusercontent.com/apache/airflow-site/refs/heads/main/.github/scripts/images/staging.png - uv run scripts/add_watermark.py --pattern 'main.min.*.css' --folder docs-archive \ + uv run add_watermark.py --pattern 'main.min.*.css' --folder docs-archive \ --image-directory images --url-prefix /docs/images if: inputs.destination == 'staging' - name: >