[READ-ONLY] Mirror of https://github.com/andrioid/jamstack-example. https://andri.dk/blog/2021/deploy-static-websites-anywhere
0

Configure Feed

Select the types of activity you want to include in your feed.

gh pages, attempt 2

+2
+2
.github/workflows/deploy-anywhere.yaml
··· 74 74 needs: remote-build 75 75 runs-on: ubuntu-latest 76 76 steps: 77 + - name: Checkout 78 + uses: actions/checkout@v2 # needed to setup git 77 79 - uses: actions/download-artifact@v2 78 80 with: 79 81 name: public