Skip to content

Commit

Permalink
added documentation and publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvaldez89d committed Oct 5, 2023
1 parent a15d36c commit 13da4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Create coverage report
run: poetry run pytest --cov-report html --cov=prefect_dbt_flow tests/
# - name: Create coverage report
# run: poetry run pytest --cov-report html --cov=prefect_dbt_flow tests/
- name: Deploy docs
run: |
poetry run mike deploy --update-aliases ${{ needs.get-new-tag.outputs.tag-id }} latest
Expand Down

0 comments on commit 13da4d8

Please sign in to comment.