This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new 9a6199c83 Staging procedure fixes (#151)
9a6199c83 is described below
commit 9a6199c8388e22b03ca2d8104118ad6686183dcb
Author: dahn <[email protected]>
AuthorDate: Thu Feb 8 11:43:28 2024 +0100
Staging procedure fixes (#151)
---
.github/workflows/stage.yaml | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml
index 799db0134..23eae4e53 100644
--- a/.github/workflows/stage.yaml
+++ b/.github/workflows/stage.yaml
@@ -20,7 +20,7 @@ name: Pages
on:
push:
branches:
- - staging
+ - staging-site
pull_request:
jobs:
diff --git a/README.md b/README.md
index a0abf9afa..15de008cf 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ $ yarn start
This command starts a local development server and opens up a browser window.
Most changes are reflected live without having to restart the server.
-## <a name="building"></a>Building and Publishing
+## <a name="building-and-publishing">Building and Publishing</a>
It can be useful at times to start anew:
@@ -54,7 +54,7 @@ published to the 'asf-site'. see the procedure below.
## publishing procedure
- create a change
-- test your change according to [the previous chapter](#building)
+- test your change according to [the previous
chapter](#building-and-publishing)
- create a PR against staging
- merge
- wait for the staged-site to be updated and published