Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Sep 16, 2024
1 parent 9733237 commit c4b4acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master # Replace with your branch name
- main # Replace with your branch name

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ coverage: ## check code coverage quickly with the default Python
$(BROWSER) htmlcov/index.html

docs: ## generate docs
pip install black pdoc
black ahead/* --line-length=80
#pip install black pdoc
#black ahead/* --line-length=80
pdoc -t docs ahead/* --output-dir ahead-docs
find . -name '__pycache__' -exec rm -fr {} +

Expand Down

0 comments on commit c4b4acb

Please sign in to comment.