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.
1 parent bd3fd9a commit cf403c3Copy full SHA for cf403c3
Makefile
@@ -42,6 +42,7 @@ markdown: examples ## Build markdown and merge into docs-tutorials
42
./build/docs-tools/tools/migrate-markdown.py build/${GIT_BRANCH}/markdown
43
44
publish: examples ## Builds this branch's publishable HTML and other artifacts under build/public
45
+ if [ ${GIT_BRANCH} = master ]; then rm -rf build/master build/public; fi
46
giza make publish
47
if [ ${GIT_BRANCH} = master ]; then mut-redirects config/redirects -o build/public/.htaccess; fi
48
0 commit comments