This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch experiment_gha_docs
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/experiment_gha_docs by this
push:
new 27a330b add random file
27a330b is described below
commit 27a330b473dc9d9863717735fe39d3b6d88e3922
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Mar 14 17:11:59 2022 +0100
add random file
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index e06f31e..cd46e1c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
- name: rsync
uses: burnett01/[email protected]
with:
- switches: --archive --verbose --compress --delete --exclude=*/
--exclude="*.html" --exclude="*.md" --exclude="*.ico" --exclude=y.txt --dry-run
+ switches: --archive --verbose --compress --delete --exclude=*/
--exclude="*.html" --exclude="*.md" --exclude="*.ico" --exclude=y.txt
path: test/
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}