This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/staging by this push: new fa9368d78f Fix sed command fa9368d78f is described below commit fa9368d78f066c15c5fc1fb6bbcea1b450379bfe Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Tue May 13 00:53:55 2025 +0200 Fix sed command --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1aa926e32..13d25b359f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,7 +142,7 @@ jobs: retention-days: 14 - name: Replace cloudfront url for staging branch run: | - sed -i 's/d7fnmbhf26p21.cloudfront.net/d3a2du7x0n8ydr.cloudfront.net' .htaccess + sed -i 's/d7fnmbhf26p21.cloudfront.net/d3a2du7x0n8ydr.cloudfront.net/' .htaccess echo "Updated .htaccess" cat .htaccess working-directory: ./dist