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 9c2c8f3 commit 756cf66Copy full SHA for 756cf66
tools/serve_ghpages.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+# serves local gh-pages - use to verify deployed sites with version selector before pushing gh-pages branch
4
+DATA_DIR="$(cd "$(dirname "${0}")/.." && pwd)"
5
+docker run -v ${DATA_DIR}:/data -p 8000:8000 --rm -it trivadis/mktools bash -c "cd /data; mike serve -a 0.0.0.0:8000"
0 commit comments