TiddlyWiki5/bin/ci-pre-build.sh

11 wiersze
326 B
Bash

#!/bin/bash
2019-01-07 18:40:22 +00:00
# Install latest current release from npm
# (we need to force because otherwise npm will refuse to install a module of the same name)
npm --force install tiddlywiki || exit 1
2019-01-07 18:40:22 +00:00
# Pull existing GitHub pages content
git clone --depth=1 --branch=master "https://github.com/Jermolene/jermolene.github.io.git" output