Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jul 4, 2024
1 parent 1f51169 commit ca9d920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x

# generate the docs
cd "$1"
sed -i "s|from git \"https://github.com/leanprover/doc-gen4\" @ \"main\"| from \"..\" / \"doc-gen4\"|" lakefile.lean
echo 'require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" from ".." / "doc-gen4"' >> lakefile.lean

lake -R -Kdoc=on update
lake -R -Kdoc=on build Batteries:docs
lake update doc-gen4
lake build Batteries:docs

0 comments on commit ca9d920

Please sign in to comment.