Skip to content

Commit

Permalink
Use sparse-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Botto committed Jan 17, 2024
1 parent e30744b commit 8714e95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- TECH-*

jobs:
deploy:
Expand All @@ -16,12 +15,15 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
sparse-checkout: |
MIP*
sparse-checkout-cone-mode: false

- name: Deploy to IPFS
id: ipfs
uses: aquiladev/ipfs-action@master
with:
path: ../mips/MIP*
path: ../mips
service: filebase
pinName: 'mips-${{ vars.ENV }}'
filebaseBucket: ${{ secrets.FILEBASE_BUCKET }}
Expand Down

0 comments on commit 8714e95

Please sign in to comment.