Skip to content

Commit

Permalink
CI build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jul 5, 2024
1 parent d2b99a6 commit db49da2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Documentation

on:
- push
- pull_request

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install PDM and Nox
run: |
pip install pdm nox
- name: Build doc
run: |
nox -s doc
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ __python__

# PDM
.pdm-python
.nox

0 comments on commit db49da2

Please sign in to comment.