summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 10:54:35 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 10:54:35 +0100
commit56fd37e2252221df464b9f0f744d5115df2960dc (patch)
treec9bdd0b5d9ffe11fdd4db4d8d2a07e5b605f68fe /taler-build
parent1027a606f5a3dcdb50469bedec301bc11bedfdca (diff)
downloaddeployment-56fd37e2252221df464b9f0f744d5115df2960dc.tar.gz
deployment-56fd37e2252221df464b9f0f744d5115df2960dc.tar.bz2
deployment-56fd37e2252221df464b9f0f744d5115df2960dc.zip
trigger docs' landing build monitoring its own repository.
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_doc_landing.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-build/update_doc_landing.sh b/taler-build/update_doc_landing.sh
index e4bc2bc..bbc0086 100755
--- a/taler-build/update_doc_landing.sh
+++ b/taler-build/update_doc_landing.sh
@@ -10,10 +10,10 @@ fetch () {
git reset --hard "$branch"
}
-cd $HOME/landing
+cd $HOME/docs-landing/
fetch
git submodule update --force --init
# No compilation needed so far.
mkdir -p $HOME/build/docs-landing/
-cp -t $HOME/build/docs-landing/ docs/*.{html,css,svg}
+cp -t $HOME/build/docs-landing/ *.{html,css,svg}