Skip to content

Commit 968270f

Browse files
committed
fix(ci): cluster preview
1 parent 207cca6 commit 968270f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
# pin the built site to ipfs-websites cluster, output the cid as `steps.ipfs.outputs.cid`
114114
# see: https://github.com/ipfs-shipyard/ipfs-github-action
115-
- uses: ipfs-shipyard/ipfs-github-action@v2.0.0
115+
- uses: ipfs-shipyard/ipfs-github-action@v2.1.0
116116
id: ipfs
117117
with:
118118
path_to_add: build
@@ -121,6 +121,8 @@ jobs:
121121
cluster_password: ${{ secrets.CLUSTER_PASSWORD }}
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124+
GODEBUG: netdns=go
125+
124126
- run: echo ${{ steps.ipfs.outputs.url }}
125127
- run: echo ${{ github.ref }}
126128

0 commit comments

Comments
 (0)