Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
comment out landing site docs deploy for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Elrod <[email protected]>
  • Loading branch information
relrod committed Apr 9, 2016
1 parent 63c2fdf commit f458657
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/deploy-haddock-manually.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pushd "$f/mapview.git"
popd
mv dist/doc/html/mapview/* "$f/mapview.git/v3-haddock"
pushd "$f/mapview.git"
git checkout master -- doc
pushd doc
asciidoctor -r asciidoctor-diagram -a ext-relative=.html *.adoc
cp Introduction.html index.html
rm *.adoc
popd
mv doc/* .
rmdir doc
# git checkout master -- doc
# pushd doc
# asciidoctor -r asciidoctor-diagram -a ext-relative=.html *.adoc
# cp Introduction.html index.html
# rm *.adoc
# popd
# mv doc/* .
# rmdir doc
echo 'mapview.noexc.org' > CNAME
git add -A
git commit -m "Manual docs deploy."
Expand Down

0 comments on commit f458657

Please sign in to comment.