Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 4, 2021
1 parent 2bc7d31 commit 9da3b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install -r doc-requirements.txt
python generate_docs.py
mkdocs build --clean --verbose
rm -rf src/
rm -rf site/
cd ~
- name: Deploy documentation develops
if: contains(github.ref, 'refs/heads/main')
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ repos:
rev: v3.4.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
exclude: docs/mkdocs.yml
- repo: local
hooks:
- id: pylint
Expand Down

0 comments on commit 9da3b71

Please sign in to comment.