We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c885d10 commit e412c23Copy full SHA for e412c23
docs/how-to/websites-on-ipfs/deploy-github-action.md
@@ -1,7 +1,7 @@
1
---
2
title: Deploy Static Apps to IPFS with GitHub Actions
3
description: 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
+current-ipfs-version: v0.34.1
5
current-ipfs-cluster-version: v1.1.2
6
7
@@ -170,7 +170,7 @@ You can also customize the Kubo version and [`ipfs add` parameters](https://docs
170
uses: ipfs/ipfs-deploy-action@v1
171
with:
172
# ... other inputs ...
173
- kubo-version: 'v0.34.0' # Default, change if needed
+ kubo-version: 'v0.34.1' # Default, change if needed
174
ipfs-add-options: '--cid-version 1 --chunker size-1048576' # Default options
175
```
176
0 commit comments