mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Remove css from repo
This commit is contained in:
parent
1304e5ca82
commit
ff0ac96b4f
3 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -6,10 +6,11 @@ clean:
|
|||
rm -rf jrnl.egg-info
|
||||
|
||||
# Build GitHub Page from docs
|
||||
gh_pages:
|
||||
docs:
|
||||
git checkout gh-pages ; \
|
||||
git checkout master docs ; \
|
||||
git checkout master jrnl ; \
|
||||
lessc --clean-css docs/_themes/jrnl/static/less/jrnl.less docs/_themes/jrnl/static/css/jrnl.css ; \
|
||||
cd docs ; \
|
||||
make html ; \
|
||||
cd .. ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue