Skip to content

Commit

Permalink
fix(ci): no more docs business until I can work out something elegant
Browse files Browse the repository at this point in the history
  • Loading branch information
gdereese committed Sep 19, 2021
1 parent 171936a commit c031093
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,3 @@ jobs:
- name: Test
run: |
poetry run pytest
- name: Build HTML docs
run: |
poetry run pdoc --template-dir docs_template --html -o docs tonescript
- name: Push HTML docs to site repo
run: |
cd docs
git add --all
git push
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.pytest_cache/
__pycache__/
dist/
docs/
html/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ poetry run pdoc --template-dir docs_template --http : tonescript
#### For distribution or deployment

```shell
poetry run pdoc --template-dir docs_template --html -o docs tonescript
poetry run pdoc --template-dir docs_template --html tonescript
```

TODO: workflow for branching and versioning
Expand Down

0 comments on commit c031093

Please sign in to comment.