Update sync_site.yml
[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: dawidd6/action-download-artifact@v2
14 with:
15 workflow: pages/pages-build-deployment
16 workflow_conclusion: success
17 name: github-pages
18 - run: tar tf artifact.tar
19