fix up the paths to the docs
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
fd5d3ababb
commit
1ab4144dfb
@ -4,14 +4,14 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
git clone https://pagure.io/pungi.git /tmp/pungi
|
git clone https://pagure.io/pungi.git /tmp/pungi
|
||||||
pushd /tmp/pungi/docs
|
pushd /tmp/pungi/doc
|
||||||
make html
|
make html
|
||||||
popd
|
popd
|
||||||
|
|
||||||
git clone ssh://git@pagure.io/docs/pungi.git /tmp/pungi-doc
|
git clone ssh://git@pagure.io/docs/pungi.git /tmp/pungi-doc
|
||||||
pushd /tmp/pungi-doc
|
pushd /tmp/pungi-doc
|
||||||
git rm -fr ./*
|
git rm -fr ./*
|
||||||
cp -r /tmp/pungi/docs/build/html/* ./
|
cp -r /tmp/pungi/doc/_build/html/* ./
|
||||||
git add .
|
git add .
|
||||||
git commit -s -m "update rendered pungi docs"
|
git commit -s -m "update rendered pungi docs"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
Loading…
Reference in New Issue
Block a user