Skip to content

Commit 173dc00

Browse files
authored
Fix output directory name in pdocs command
1 parent ede4301 commit 173dc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
python-version: 3.x
2626
- run: pip install mkdocs-material mkdocs-mermaid2-plugin mkdocs-jupyter legacy-cgi pdocs
2727
- run: pip install .
28-
- run: pdocs as_markdown --output_dir ./docs/api/latest --exclude_source --overwrite keycloak-oidc-api-client
28+
- run: pdocs as_markdown --output_dir ./docs/api/latest --exclude_source --overwrite keycloak_oidc_api_client
2929
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)