Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created api spec version 1_0_02 and fixed bullet formatting #178

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,21 @@ jobs:
index.html
authorization-api-1_0_01.html
api/authorization-api-1_0_01.xml


- name: Convert Authz API 1.0 revision 02 to rfc xml
run: kramdown-rfc2629 api/authorization-api-1_0_02.md > api/authorization-api-1_0_02.xml
- name: Render Authz API 1.0 revision 02 HTML
run: xml2rfc api/authorization-api-1_0_02.xml --html -o authorization-api-1_0_02.html
- name: Render Authz API 1.0 revision 01 Text
run: xml2rfc api/authorization-api-1_0_02.xml --text
- name: Upload Authz API 1.0 revision 01 artifact
uses: actions/upload-artifact@v4
with:
name: authorization-api-1_0_02
path: |
authorization-api-1_0_02.html
api/authorization-api-1_0_02.xml

- name: Convert Authz API 1.1 revision 01 to rfc xml
run: kramdown-rfc2629 api/authorization-api-1_1_01.md > api/authorization-api-1_1_01.xml
- name: Render Authz API 1.1 revision 01 HTML
Expand Down
Loading