This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
commit dcb08b9e3d55a96043d8ba06fc13d165cb1298e0 Author: mck <[email protected]> AuthorDate: Tue Aug 19 22:32:54 2025 +0200 ninja-fix – don't run gha on asf-staging and asf-site branches --- .github/workflows/site-content.yaml | 2 ++ README.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site-content.yaml b/.github/workflows/site-content.yaml index 5f126f5e1..874aab380 100644 --- a/.github/workflows/site-content.yaml +++ b/.github/workflows/site-content.yaml @@ -22,6 +22,8 @@ on: push: branches-ignore: - 'trunk' + - 'asf-staging' + - 'asf-site' paths: - 'site-*/**' diff --git a/README.md b/README.md index 358877d9b..2be41bdc9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ $ cd ./cassandra-website # make sure you have docker installed # build the container image so it is available to run -```bash $ ./run.sh website container -``` # website content edits are done in ./site-content/source/modules # to build the website only using your local edits --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
