File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/how-to/websites-on-ipfs Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11---
22title : Deploy Static Apps to IPFS with GitHub Actions
33description : Guide on how to setup GitHub Actions to deploy static sites/apps to IPFS using the IPFS Deploy Action.
4+ current-ipfs-version : v0.34.0
5+ current-ipfs-cluster-version : v1.1.2
46---
57
68# Deploy Static Apps to IPFS with GitHub Actions
@@ -162,7 +164,7 @@ You can also customize the Kubo version and [`ipfs add` parameters](https://docs
162164 uses: ipfs/ipfs-deploy-action@v1
163165 with:
164166 # ... other inputs ...
165- kubo-version: 'v0.33 .0' # Default, change if needed
167+ kubo-version: 'v0.34 .0' # Default, change if needed
166168 ipfs-add-options: '--cid-version 1 --chunker size-1048576' # Default options
167169` ` `
168170
You can’t perform that action at this time.
0 commit comments