You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/03/14 11:24:59 UTC

[flink] 01/04: attempt1

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

commit 5217256ab7e4a19dc40f524e539d873fcef64546
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 11:38:14 2022 +0100

    attempt1
---
 .github/docs.yml  | 21 +++++++++++++++++++++
 test/testfile.txt |  0
 2 files changed, 21 insertions(+)

diff --git a/.github/docs.yml b/.github/docs.yml
new file mode 100644
index 0000000..97c9ab1
--- /dev/null
+++ b/.github/docs.yml
@@ -0,0 +1,21 @@
+on:
+  push:
+    branches: [experiment_gha_docs]
+jobs:
+  upload_to_nightlies:
+    runs-on: ubuntu-latest
+    env:
+      INFILE: docs/ghactions-publish-rsync.md
+      OUTFILE: docs/ghactions-publish-rsync.html
+    steps:
+      - uses: actions/checkout@master
+      - name: rsync
+        uses: burnett01/rsync-deployments@5.2
+        with:
+          switches: -avzr
+          path: test/
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
+          remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
+          remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
+          remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
+          remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
\ No newline at end of file
diff --git a/test/testfile.txt b/test/testfile.txt
new file mode 100644
index 0000000..e69de29