commit 5008090c5a19125d53001d56bbb86fee86df6c76 parent 0c044c44aa1eea90db2dc5bfe09f58ef7110fb28 Author: Jonathan Dahan <git@jonathan.is> Date: Wed, 4 Aug 2021 18:01:04 -0400 Initial ipfs workflow Diffstat:
A | .github/workflows/ipfs.yaml | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ipfs.yaml b/.github/workflows/ipfs.yaml @@ -0,0 +1,16 @@ +name: preview + +on: [ merge ] + +jobs: + preview: + runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + steps: + - name: checkout + uses: actions/checkout@v2 + + - name: upload to IPFS + uses: aquiladev/ipfs-action@v0.1.6