File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4747 - name : Configure git
4848 run : git config --global --add safe.directory /github/workspace
4949
50+ - name : Download schema
51+ run : |
52+ cd docs/resources
53+ curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/schema-v2.json
54+
5055 - name : Build documentation
5156 uses : JetBrains/writerside-github-action@v4
5257 with :
Original file line number Diff line number Diff line change 3333 - name : Configure git
3434 run : git config --global --add safe.directory /github/workspace
3535
36+ - name : Download schema
37+ run : |
38+ cd docs/resources
39+ curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/schema-v2.json
40+
3641 - name : Build documentation
3742 uses : JetBrains/writerside-github-action@v4
3843 with :
Original file line number Diff line number Diff line change 1+ {
2+ "$id" : " https://package-wizard.com/resources/schema-v2.json" ,
3+ "$schema" : " http://json-schema.org/draft-06/schema#"
4+ }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://package-wizard.com/schemas /schema-v2.json" ,
2+ "$schema" : " https://package-wizard.com/resources /schema-v2.json" ,
33 "wizard" : {
44 "install" : true ,
55 "clean" : true
Original file line number Diff line number Diff line change 88
99 <code-block
1010 lang =" json"
11- src =" https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/ resources/schemas /schema-v2.json"
11+ src =" ../ resources/schema-v2.json"
1212 />
1313</topic >
You can’t perform that action at this time.
0 commit comments