8c362d9ba46e1cc7d02a58e30c9eea21fc3a7031
[m6w6/m6w6.github.io] / .github / workflows / sync_site.yml
1
2 name: sync_site
3
4 on:
5 workflow_run:
6 workflows: [pages-build-deployment]
7 types: [completed]
8
9 jobs:
10 sync:
11 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/download-artifact@v2
14 with:
15 name: github-pages
16 - run: tar tf artifact.tar
17