Skip to content

Commit 42645a1

Browse files
author
Matthew Fisher
authored
Merge pull request #524 from bacongobbler/fix-gutenbuild-again
fix(gutenbuild): use dev_build_dest for second build
2 parents 24e41c8 + 26d8a40 commit 42645a1

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)