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 8736a34  add random file
8736a34 is described below

commit 8736a34f1c3dd6b2b0d7981b0a3316ddfeb56560
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Mon Mar 14 17:04:38 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 b746399..c012aef 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
       - name: rsync
         uses: burnett01/rsync-deployments@5.2
         with:
-          switches: --archive --verbose --compress --delete --exclude=*/ 
--exclude="*.html" --exclude="*.md" --exclude="*.ico" --dry-run
+          switches: --archive --verbose --compress --delete --exclude=*/ 
--exclude="*.html" --exclude="*.md" --exclude="*.ico" --exclude=x.txt--dry-run
           path: test/
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}

Reply via email to