Skip to content

Commit

Permalink
Update prepare-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Nov 26, 2024
1 parent fec7218 commit bbf9644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/prepare-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbf9644

Please sign in to comment.