Skip to content

Commit 8f146d5

Browse files
authored
Copy the schema on the website (#796)
1 parent 625e1e7 commit 8f146d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: mkdocs build --config-file ./mkdocs.yml --strict --site-dir ./_site
4747
env:
4848
CI: true
49+
# Schema
50+
- name: Copy schema
51+
run: |
52+
mkdir -p ./docs/dist
53+
cp ./src/pdl/pdl-schema.json ./docs/dist/pdl-schema.json
4954
# Deploy
5055
- name: Upload artifact
5156
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)