Skip to content

Commit

Permalink
Add schemas to build deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Nov 20, 2023
1 parent a7fbc21 commit c9d13d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
program: "asciidoctor -D build --backend=html5 -o index.html specification/index.adoc"
- name: copy images
run: tar cfC - specification images | tar xfC - build
- name: copy schemas
run: tar cf - *.xsd ssp-standard/schema | tar xfC - build
- name: archive
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c9d13d4

Please sign in to comment.