Skip to content

Commit e412c23

Browse files
Bumped documentation & installation docs. (#2013)
Co-authored-by: [email protected] <lidel>
1 parent c885d10 commit e412c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/websites-on-ipfs/deploy-github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploy Static Apps to IPFS with GitHub Actions
33
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
4+
current-ipfs-version: v0.34.1
55
current-ipfs-cluster-version: v1.1.2
66
---
77

@@ -170,7 +170,7 @@ You can also customize the Kubo version and [`ipfs add` parameters](https://docs
170170
uses: ipfs/ipfs-deploy-action@v1
171171
with:
172172
# ... other inputs ...
173-
kubo-version: 'v0.34.0' # Default, change if needed
173+
kubo-version: 'v0.34.1' # Default, change if needed
174174
ipfs-add-options: '--cid-version 1 --chunker size-1048576' # Default options
175175
```
176176

0 commit comments

Comments
 (0)