Skip to content

Commit

Permalink
Merge pull request #178 from openid/api/1.0.2
Browse files Browse the repository at this point in the history
created api spec version 1_0_02 and fixed bullet formatting
  • Loading branch information
ogazitt authored Nov 27, 2024
2 parents 45a4284 + 8ac36ff commit 2f92167
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 1 deletion.
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

0 comments on commit 2f92167

Please sign in to comment.