mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
Change to Makefile
This commit is contained in:
parent
26db6ff471
commit
14f657d9ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ gh_pages:
|
||||||
make html ; \
|
make html ; \
|
||||||
cd .. ; \
|
cd .. ; \
|
||||||
cp -r docs/_build/html/* . ; \
|
cp -r docs/_build/html/* . ; \
|
||||||
git add * ; \
|
git add -A ; \
|
||||||
git commit -m "Updated docs from master" ; \
|
git commit -m "Updated docs from master" ; \
|
||||||
git push -u origin gh-pages ; \
|
git push -u origin gh-pages ; \
|
||||||
git checkout master
|
git checkout master
|
||||||
|
|
Loading…
Add table
Reference in a new issue