add comment ref back; update appendix format per PR discussion #288
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JSON Schema | |
on: | |
- push | |
jobs: | |
specs: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: "3.10" | |
- run: pip install --requirement requirements.txt | |
- run: xml2rfc --version | |
- run: make all | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: specification-docs | |
path: | | |
*.html | |
*.txt | |
!requirements.txt |