This is an automated email from the ASF dual-hosted git repository.
amyrvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6f3ed08 [BEAM-11796] Fix website build
new 1c5f3b4 Merge pull request #14038 from alanmyrvold/beamWebsite
6f3ed08 is described below
commit 6f3ed084f19b95aa5171fd85e2b32ff42f819aac
Author: Alan Myrvold <[email protected]>
AuthorDate: Mon Feb 22 23:37:34 2021 +0000
[BEAM-11796] Fix website build
---
website/build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/build.gradle b/website/build.gradle
index 6ea9e2a..5f6bd5a 100644
--- a/website/build.gradle
+++ b/website/build.gradle
@@ -272,6 +272,8 @@ task commitWebsite {
def latestCommit = grgit.log(maxCommits: 1)[0].abbreviatedId
shell "git fetch --force origin +asf-site:asf-site"
+ shell "git stash"
+ shell "git checkout asf-site"
git.checkout(branch: 'asf-site')
// Delete the previous content. These are asf-site branch paths.