We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e41c8 + 26d8a40 commit 42645a1Copy full SHA for 42645a1
1 file changed
_scripts/gutenbuild
@@ -12,7 +12,7 @@ PATH=$HOME/.local/bin:$PATH BUILDDIR=${build_dest} make deps build
12
13
# build again, this time to /en/dev
14
dev_build_dest=$1/en/dev
15
-PATH=$HOME/.local/bin:$PATH BUILDDIR=${build_dest} make deps build
+PATH=$HOME/.local/bin:$PATH BUILDDIR=${dev_build_dest} make deps build
16
17
# also build each version of the docs out to /en/<tag>
18
# NOTE(bacongobbler): do not build any pre-release tags
0 commit comments