Skip to content

Commit

Permalink
💡 (#69) : adicao de configuracoes para o code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
anabborges committed Nov 27, 2023
1 parent f36406f commit e1d4eae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit e1d4eae

Please sign in to comment.