1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Improve build script

This commit is contained in:
David Young
2019-05-16 14:20:23 +12:00
parent ca9c674d92
commit 402b922d3e

View File

@@ -4,7 +4,7 @@
# Copy the contents of "manuscript" to a new "publish" folder # Copy the contents of "manuscript" to a new "publish" folder
mkdir -p publish mkdir -p publish
mkdir -p publish/overrides mkdir -p publish/overrides
cp -r manuscript publish/ cp -r {manuscript,overrides} publish/
cp mkdocs.yml publish/ cp mkdocs.yml publish/
# Append a common footer to all recipes/swarm docs # Append a common footer to all recipes/swarm docs