mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48: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 ; \
|
||||
cd .. ; \
|
||||
cp -r docs/_build/html/* . ; \
|
||||
git add * ; \
|
||||
git add -A ; \
|
||||
git commit -m "Updated docs from master" ; \
|
||||
git push -u origin gh-pages ; \
|
||||
git checkout master
|
||||
|
|
Loading…
Add table
Reference in a new issue