fix up the paths to the docs

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-12-01 11:27:24 -06:00
parent fd5d3ababb
commit 1ab4144dfb

View File

@ -4,14 +4,14 @@
# SPDX-License-Identifier: GPL-2.0
git clone https://pagure.io/pungi.git /tmp/pungi
pushd /tmp/pungi/docs
pushd /tmp/pungi/doc
make html
popd
git clone ssh://git@pagure.io/docs/pungi.git /tmp/pungi-doc
pushd /tmp/pungi-doc
git rm -fr ./*
cp -r /tmp/pungi/docs/build/html/* ./
cp -r /tmp/pungi/doc/_build/html/* ./
git add .
git commit -s -m "update rendered pungi docs"
git push origin master