Skip to content

Commit

Permalink
Lint doc examples before building
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 16, 2024
1 parent 5692726 commit d9d5b20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@v2

- name: Lint examples
run: |
pip install tox
tox -e lint
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit d9d5b20

Please sign in to comment.