Skip to content

Commit 247f001

Browse files
authored
chore/fix(gh action): ipfs push timeout use dns4 (#10)
1 parent 99e3a97 commit 247f001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push-to-ipfs/scripts/push_on_ipfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
sys.exit(1)
5555

5656
directory = Path(sys.argv[1]).resolve()
57-
print(asyncio.run(publish_site(directory, Multiaddr("/dns/ipfs-2.aleph.im/tcp/443/https"))))
57+
print(asyncio.run(publish_site(directory, Multiaddr("/dns4/ipfs-2.aleph.im/tcp/443/https"))))
5858

5959

6060
if __name__ == "__main__":

0 commit comments

Comments
 (0)