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 10:48:44 UTC

[flink-statefun] 01/01: 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-statefun.git

commit 80f8ebe90353857e4e3fe9e25dc0f26a51cf8362
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 11:48:17 2022 +0100

    attempt1
---
 .github/workflows/docs.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
new file mode 100644
index 0000000..7c3d864
--- /dev/null
+++ b/.github/workflows/docs.yml
@@ -0,0 +1,18 @@
+on:
+  push:
+    branches: [experiment_gha_docs]
+jobs:
+  upload_to_nightlies:
+    runs-on: ubuntu-latest
+    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