Create sync_site.yml
authorMichael Wallner <mike@php.net>
Fri, 21 Jan 2022 15:45:14 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 15:45:14 +0000 (16:45 +0100)
.github/workflows/sync_site.yml [new file with mode: 0644]

diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml
new file mode 100644 (file)
index 0000000..8c362d9
--- /dev/null
@@ -0,0 +1,17 @@
+
+name: sync_site
+
+on:
+  workflow_run:
+    workflows: [pages-build-deployment]
+    types: [completed]
+  
+jobs:
+  sync:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/download-artifact@v2
+        with:
+          name: github-pages
+      - run: tar tf artifact.tar
+