This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new 1c55bf3b HDDS-10400. Fix event condition in website publish workflow
(#78)
1c55bf3b is described below
commit 1c55bf3b9c267e0d63697cbf4195f34133cbdd81
Author: Ethan Rose <[email protected]>
AuthorDate: Tue Feb 20 22:42:16 2024 -0800
HDDS-10400. Fix event condition in website publish workflow (#78)
---
.github/workflows/ci.yml | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index deff0b61..a6377c69 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,5 +34,5 @@ jobs:
publish:
needs: docusaurus
# Update this to master when the website is ready to be published.
- if: ${{ github.event == 'push' && github.ref_name ==
'HDDS-9225-website-v2' }}
+ if: ${{ github.event_name == 'push' && github.ref_name ==
'HDDS-9225-website-v2' }}
uses: ./.github/workflows/publish.yml
diff --git a/README.md b/README.md
index 23057374..d0b48a4d 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ You can preview the current state of the new website at
https://ozone-site-v2.st
- The `master` branch is still tracking content for the currently active Ozone
website. `master` and `HDDS-9225-website-v2` will remain separate until the new
website is ready to be deployed.
-- The `asf-site` branch is still holding build artifacts being used to deploy
content from the `master` branch. The new website is not being hosted anywhere,
but can be previewed locally.
+- The `asf-site` branch is still holding build artifacts being used to deploy
content from the `master` branch.
## Contributing
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]