mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Adjusted makefile for github action commit
This commit is contained in:
parent
e3bed16a9f
commit
13b4cdc981
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -93,4 +93,5 @@ docs: ## generate Sphinx HTML documentation, including API docs
|
|||
cp -a doc_src/_build/html/. docs
|
||||
|
||||
pubdocs: docs ## Publish the documentation to GitHub
|
||||
ghp-import -op docs
|
||||
ghp-import -o docs
|
||||
git push origin gh-pages --force
|
||||
|
|
|
|||
Loading…
Reference in a new issue