Skip to content

Commit

Permalink
documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Feb 21, 2024
1 parent c5665bf commit 046a266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Document CLI and write to folder
if: env.HAS_CHANGES == 'true'
run: |
make deps-install
poetry run typer postprocessing_variant_calls.main utils docs > docs/CLI.md
Expand All @@ -32,6 +31,7 @@ jobs:
- name: Debug HAS_CHANGES
run: echo $HAS_CHANGES
- name: Push Changes
if: env.HAS_CHANGES == 'true'
run: |
git config --global user.name 'buehlere'
git config --global user.email '[email protected]'
Expand Down
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ To access the environment after initial setup up run:
```bash
poetry shell
```

change

0 comments on commit 046a266

Please sign in to comment.