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 69734fe commit 879b49bCopy full SHA for 879b49b
docs/Gemfile
docs/Gemfile.lock
docs/README.md
@@ -0,0 +1,5 @@
1
+Maintainers with push privileges on `gh-pages` branch can update the
2
+documentation by running:
3
+```
4
+./deploy.sh
5
docs/deploy.sh
@@ -21,7 +21,7 @@ Options:
21
22
23
run_build() {
24
- bundle exec middleman build --clean
+ docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate build
25
}
26
27
parse_args() {
0 commit comments