Skip to content

Commit aceaf77

Browse files
committed
feat: add kubo and cluster versions to header
1 parent d40058d commit aceaf77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
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

0 commit comments

Comments
 (0)