Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-philippe committed May 18, 2024
1 parent c5d88ff commit a7ec8eb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
- 'example/**'
- 'json_ntv/**'

permissions:
contents: read

jobs:
build:

Expand Down Expand Up @@ -48,6 +45,6 @@ jobs:
run: |
python -m unittest discover -s ./tests -p 'tests_*.py'
- name: Doc
run: |
pdoc ./json_ntv -o ..\pdoc --logo "https://loco-philippe.github.io/ES/logo_loco.png" --footer-text "json_ntv dev"
#- name: Doc
# run: |
# pdoc ./json_ntv -o ..\pdoc --logo "https://loco-philippe.github.io/ES/logo_loco.png" --footer-text "json_ntv dev"

0 comments on commit a7ec8eb

Please sign in to comment.