We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f146d5 commit cb56967Copy full SHA for cb56967
.github/workflows/mkdocs-gh-pages.yml
@@ -33,6 +33,11 @@ jobs:
33
steps:
34
- name: Checkout
35
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
41
# Docs
42
- name: Setup Pages
43
uses: actions/configure-pages@v5
@@ -46,11 +51,6 @@ jobs:
46
51
run: mkdocs build --config-file ./mkdocs.yml --strict --site-dir ./_site
47
52
env:
48
53
CI: true
49
- # Schema
50
- - name: Copy schema
- run: |
- mkdir -p ./docs/dist
- cp ./src/pdl/pdl-schema.json ./docs/dist/pdl-schema.json
54
# Deploy
55
- name: Upload artifact
56
uses: actions/upload-pages-artifact@v3
0 commit comments