Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed May 2, 2023
1 parent ce9536b commit 3493893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/push_on_ipfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def upload_site(files: list[Path], multiaddr: Multiaddr) -> CID:


async def publish_site(multiaddr: Multiaddr) -> CID:
path = Path(__file__).parent / "../out"
path = Path(__file__).parent / "../storybook-static"
if not path.is_dir():
raise NotADirectoryError(f"No such directory: {path}")
cid = await upload_site(files=[path], multiaddr=multiaddr)
Expand Down

0 comments on commit 3493893

Please sign in to comment.