From bbf96444166c6b27cac4db62171af9f9fef555e9 Mon Sep 17 00:00:00 2001 From: cairo Date: Tue, 26 Nov 2024 19:57:25 +0100 Subject: [PATCH] Update prepare-docs.sh --- scripts/prepare-docs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/prepare-docs.sh b/scripts/prepare-docs.sh index 15a3152..0229071 100755 --- a/scripts/prepare-docs.sh +++ b/scripts/prepare-docs.sh @@ -13,7 +13,9 @@ rm -rf "$OUTDIR" # Check if forge is installed if ! command -v forge &> /dev/null; then - curl -L https://foundry.paradigm.xyz | bash && /opt/buildhome/.foundry/bin/foundryup + curl -L https://foundry.paradigm.xyz | bash + export PATH="$PATH:/opt/buildhome/.foundry/bin" + # /opt/buildhome/.foundry/bin/foundryup fi hardhat docgen