This is an automated email from the ASF dual-hosted git repository. jialiang pushed a commit to branch revert-15-AMBARI-26291 in repository https://gitbox.apache.org/repos/asf/ambari-website.git
commit 9bbe0b9bd9d7da3d88903d400e6374a2571a3f58 Author: jialiang <[email protected]> AuthorDate: Fri Jan 17 15:19:28 2025 +0800 Revert "AMBARI-26291:Add asf-site file to ambari-website asf-site branch (#15)" 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]
