X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.github.io;a=blobdiff_plain;f=.github%2Fworkflows%2Fsync_site.yml;fp=.github%2Fworkflows%2Fsync_site.yml;h=8c362d9ba46e1cc7d02a58e30c9eea21fc3a7031;hp=0000000000000000000000000000000000000000;hb=5798c2c1650ccbbc00489ccb73aa6cbd57eb9c91;hpb=d6dd32515a902a7a54148b546d27928a89251a4f diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml new file mode 100644 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 +