Skip to content

Commit cb56967

Browse files
authored
Copy the schema on the website (#797)
1 parent 8f146d5 commit cb56967

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
# Schema
37+
- name: Copy schema
38+
run: |
39+
mkdir -p ./docs/dist
40+
cp ./src/pdl/pdl-schema.json ./docs/dist/pdl-schema.json
3641
# Docs
3742
- name: Setup Pages
3843
uses: actions/configure-pages@v5
@@ -46,11 +51,6 @@ jobs:
4651
run: mkdocs build --config-file ./mkdocs.yml --strict --site-dir ./_site
4752
env:
4853
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
5454
# Deploy
5555
- name: Upload artifact
5656
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)