Skip to content

Commit 9bace7c

Browse files
committed
Update live viewer & rename docsource to docs
1 parent 5a1e896 commit 9bace7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+23
-23460
lines changed

.github/workflows/mkdocs-gh-pages.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
branches:
88
- "main"
99
paths:
10-
- "docsource/**"
10+
- "mkdocs.yml"
11+
- "docs/**"
1112
push:
1213
branches:
1314
- "main"
1415
paths:
15-
- "docsource/**"
16+
- "mkdocs.yml"
17+
- "docs/**"
1618

1719
# Allows you to run this workflow manually from the Actions tab
1820
workflow_dispatch:

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ pdl-live/package-lock.json
149149
# PDL trace
150150
*_result.json
151151
*_result.yaml
152+
153+
# Built docs
154+
_site
File renamed without changes.

0 commit comments

Comments
 (0)