Skip to content

Commit

Permalink
check branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-deriv committed Sep 17, 2023
1 parent 14a52ae commit 8d56c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ build:
coverage:
pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m
gh-pages:
pipenv run pdoc deriv_api --force --html -o /tmp/python-deriv-api-docs --template-dir docs/templates && git add -A . && git stash && git checkout gh-pages && cp -r /tmp/python-deriv-api-docs/deriv_api/* . && git add -A .
pipenv run pdoc deriv_api --force --html -o /tmp/python-deriv-api-docs --template-dir docs/templates && git add -A . && git branch -v && ls -al

0 comments on commit 8d56c71

Please sign in to comment.