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 6c0e6d5e3 staging -> staged
6c0e6d5e3 is described below
commit 6c0e6d5e30abe309c72feb2319b4de7125a47c12
Author: Daan Hoogland <[email protected]>
AuthorDate: Wed Feb 7 11:15:03 2024 +0100
staging -> staged
---
.asf.yaml | 2 +-
.github/workflows/deploy.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index fcd1cd3c2..e61159a99 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,7 +45,7 @@ notifications:
# Staging and publishing profile for cloudstack-www.git:
staging:
profile: ~
- whoami: staging-site
+ whoami: staged-site
outputdir: content
publish:
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 25461a699..e3167cae5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_branch: staging-site
+ publish_branch: staged-site
publish_dir: ./build
destination_dir: ./
user_name: 'github-actions[bot]'