We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scripts/build_docs.sh
1 parent 5df7965 commit 0f5b6b3Copy full SHA for 0f5b6b3
scripts/build_docs.sh
@@ -24,7 +24,7 @@ EOF
24
# Fetch the docs cache if it exists
25
mkdir -p website/docs
26
mkdir -p docbuild/.lake/build/doc
27
-mv website/docs docbuild/.lake/build/doc
+mv website/docs/* docbuild/.lake/build/doc
28
29
# Initialise docbuild as a Lean project
30
cd docbuild
@@ -38,7 +38,7 @@ MATHLIB_NO_CACHE_ON_UPDATE=1 # Disable an error message due to a non-blocking bu
38
# Move them out of docbuild
39
cd ../
40
mkdir -p docs/build
41
-mv docbuild/.lake/build/doc docs/build
+mv docbuild/.lake/build/doc/* docs/build
42
43
# Clean up after ourselves
44
rm -rf docbuild
0 commit comments