This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ambari-website.git
The following commit(s) were added to refs/heads/main by this push:
new d8e149a Revert "AMBARI-26291:Add asf-site file to ambari-website
asf-site branch (#15)" (#16)
d8e149a is described below
commit d8e149acc5997ead69bb1fd74d7a54afeed6fed4
Author: jialiang <[email protected]>
AuthorDate: Fri Jan 17 15:19:56 2025 +0800
Revert "AMBARI-26291:Add asf-site file to ambari-website asf-site branch
(#15)" (#16)
This reverts commit c45e86071a994e203fc9a713602f6a1a40de4346.
---
.github/workflows/website.yml | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 06dc028..46c9bd7 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -33,20 +33,4 @@ jobs:
publish_dir: ./build
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
- commit_message: 'Automated deployment:'
-
- - name: Update .asf.yaml
- run: |
- git config --global user.name "GitHub Actions"
- git config --global user.email "[email protected]"
- git fetch --all
- git checkout asf-site
- echo 'staging:' > .asf.yaml
- echo ' profile: ~' >> .asf.yaml
- echo ' whoami: asf-site' >> .asf.yaml
- echo ' whoami: asf-site' >> .asf.yaml
- git add .asf.yaml
- git commit -m '.asf.yaml'
- git push origin asf-site
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ commit_message: 'Automated deployment:'
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]