Skip to content

Commit

Permalink
Don't try to update forge upon doc generation every time
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gretzke committed Jan 18, 2024
1 parent fb8f9f4 commit 64e06e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/util/doc_gen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

foundryup
# generate docs
forge doc -b -o docs/autogen

Expand Down

0 comments on commit 64e06e1

Please sign in to comment.