ipfs-shipyard / ipfs-github-action

Pin your site to IPFS from a GitHub Action
68 stars 7 forks source link

feat: pin content paths #7

Open lidel opened 3 years ago

lidel commented 3 years ago

This feature detects absolute paths starting with /ipfs/ or /ipns/ and pins them instead of adding a local directory.

This enables use on CI without the need for having entire dataset locally (eg. dist.ipfs.io – see https://github.com/ipfs/distributions/pull/362)

lidel commented 3 years ago

@olizilla would this do?