Skip to content

Commit 26d8a40

Browse files
author
Matthew Fisher
committed
fix(gutenbuild): use dev_build_dest for second build
1 parent 1e87307 commit 26d8a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/gutenbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PATH=$HOME/.local/bin:$PATH BUILDDIR=${build_dest} make deps build
1212

1313
# build again, this time to /en/dev
1414
dev_build_dest=$1/en/dev
15-
PATH=$HOME/.local/bin:$PATH BUILDDIR=${build_dest} make deps build
15+
PATH=$HOME/.local/bin:$PATH BUILDDIR=${dev_build_dest} make deps build
1616

1717
# also build each version of the docs out to /en/<tag>
1818
# NOTE(bacongobbler): do not build any pre-release tags

0 commit comments

Comments
 (0)