This is an automated email from the ASF dual-hosted git repository.
tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to refs/heads/master by this push:
new 6f603d7 .github/workflows/merge.yml: Fix tab errors in previous commit
6f603d7 is described below
commit 6f603d702755bb288dd1a5d4cfd96e749b0ee93a
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Jan 12 16:11:57 2021 +0900
.github/workflows/merge.yml: Fix tab errors in previous commit
---
.github/workflows/merge.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index a663217..ba4942b 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -31,10 +31,10 @@ jobs:
$CI_IMAGE \
tox -e docs
- # Include a tarball in the published docs, allowing for
- # easy re-publishing of master docs on docs.buildstream.build
+ # Include a tarball in the published docs, allowing for
+ # easy re-publishing of master docs on docs.buildstream.build
tar -C doc/build/html -zcf docs.tgz .
- mv docs.tgz doc/build/html
+ mv docs.tgz doc/build/html
- name: Upload artifacts
uses: actions/upload-artifact@v2