projects
/
m6w6
/
m6w6.github.io
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d6dd325
)
Create sync_site.yml
author
Michael Wallner
<mike@php.net>
Fri, 21 Jan 2022 15:45:14 +0000
(16:45 +0100)
committer
GitHub
<noreply@github.com>
Fri, 21 Jan 2022 15:45:14 +0000
(16:45 +0100)
.github/workflows/sync_site.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/workflows/sync_site.yml
b/.github/workflows/sync_site.yml
new file mode 100644
(file)
index 0000000..
8c362d9
--- /dev/null
+++ b/
.github/workflows/sync_site.yml
@@ -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
+