From 64e06e19d9976ea43f588f754d3a1da0d4ff2b0f Mon Sep 17 00:00:00 2001 From: gretzke Date: Thu, 18 Jan 2024 22:57:49 +0100 Subject: [PATCH] Don't try to update forge upon doc generation every time This line was originally added because doc generation was changed and it wasn't caught by pre-commit and incompatible docs were generated. However this issue is caught by CI workflows. As this line slows down commits significantly it's removed again. --- script/util/doc_gen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/util/doc_gen.sh b/script/util/doc_gen.sh index 97ed58c..15f35c5 100755 --- a/script/util/doc_gen.sh +++ b/script/util/doc_gen.sh @@ -1,6 +1,5 @@ #!/bin/bash -foundryup # generate docs forge doc -b -o docs/autogen