Skip to content

Commit

Permalink
🐛 (#69): tentando arrumar erro do code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
anabborges committed Nov 27, 2023
1 parent 4cf564f commit 0464d5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: paambaati/[email protected]
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand All @@ -19,6 +20,4 @@ jobs:
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
- name: Publish code coverage
uses: paambaati/[email protected]
- run: mkdocs gh-deploy --force

0 comments on commit 0464d5a

Please sign in to comment.