Skip to content

Commit

Permalink
Try something different
Browse files Browse the repository at this point in the history
  • Loading branch information
hejamu committed Jul 8, 2024
1 parent 5fd7fa2 commit ac5e2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- run: pip install tox

- name: Build docs
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
run: tox -e docs

- name: Deploy docs
Expand Down
1 change: 1 addition & 0 deletions devtools/check_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ChangelogError(Exception):

folder = Path(__file__).resolve().parents[1]
changelog = Path("docs", "CHANGELOG.rst")
contributing = Path("docs", "CONTRIBUTING.rst")

repo = git.Repo(folder)

Expand Down

0 comments on commit ac5e2ac

Please sign in to comment.