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 f7a1f85 commit c5d88ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'example/**'
- 'json_ntv/**'

permissions:
contents: read

jobs:
build:

Expand Down Expand Up @@ -47,4 +50,4 @@ jobs:
- name: Doc
run: |
pdoc "NTV.json_ntv" -o ..\pdoc --logo "https://loco-philippe.github.io/ES/logo_loco.png" --footer-text "json_ntv dev"
pdoc ./json_ntv -o ..\pdoc --logo "https://loco-philippe.github.io/ES/logo_loco.png" --footer-text "json_ntv dev"

0 comments on commit c5d88ff

Please sign in to comment.