Switch 'make public' from using html to dirhtml
This commit is contained in:
parent
1aeec4e75c
commit
9542223f35
@ -87,8 +87,8 @@ doctest:
|
|||||||
@echo "Testing of doctests in the sources finished, look at the " \
|
@echo "Testing of doctests in the sources finished, look at the " \
|
||||||
"results in _build/doctest/output.txt."
|
"results in _build/doctest/output.txt."
|
||||||
|
|
||||||
public: clean html
|
public: clean dirhtml
|
||||||
rm -rf /tmp/mopidy-html && cp -r _build/html /tmp/mopidy-html
|
rm -rf /tmp/mopidy-html && cp -r _build/dirhtml /tmp/mopidy-html
|
||||||
git stash save
|
git stash save
|
||||||
cd .. && \
|
cd .. && \
|
||||||
git checkout gh-pages && \
|
git checkout gh-pages && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user