commit 15a212f155d13dd4e2c3d71acb53004c7e0bea93 parent 1f6f08df1bbd96246d742ba294c236e7f88c7653 Author: Jonathan Dahan <github@jonathan.is> Date: Wed, 4 Aug 2021 18:23:34 -0400 Merge pull request #5 from kiss-community/ipfs Initial ipfs workflow Diffstat:
A | .github/workflows/ipfs.yaml | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ipfs.yaml b/.github/workflows/ipfs.yaml @@ -0,0 +1,20 @@ +name: ipfs + +on: + push: + branches: main + +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 + with: + path: ./