git ssb

0+

cel / ssbc/docs



Commit de3fa79bcb118a2b8ad28d1dea253219281e2a5e

Allow merge

cel committed on 12/21/2019, 1:14:43 AM
Parent: 68b5c33864b7c09589fc2c793aecefdacff94d9c

Files changed

scripts/build-gh-pages.shchanged
scripts/build-gh-pages.shView
@@ -1,6 +1,6 @@
11 #!/bin/sh
22 set -ex
33 git checkout gh-pages
4-git merge master --no-commit
4 +git merge master --no-commit || true
55 ssbc-sitegen docs
66 git commit -am build

Built with git-ssb-web