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 89ff175862 Fix path
89ff175862 is described below
commit 89ff175862b7d1be10f8a63b78ce294776cdbed3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 02:01:44 2025 +0200
Fix path
---
.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 0e577ef1f2..adde1290a5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -147,7 +147,7 @@ jobs:
cat .htaccess
echo
echo "Adding watermark"
- cat <<EOF >> ./dist/scss/main-custom.min.*.css
+ cat <<EOF >> ./scss/main-custom.min.*.css
body {
position: relative; /* Ensures the pseudo-element is positioned
relative to the body */
z-index: 0; /* Keeps the content above the pseudo-element */