Skip to content

Commit e374692

Browse files
authored
Merge pull request #30 from openid/01---editorial
Add Claims and Properties section to OpenID Provider Commands documen…
2 parents c958eeb + 4b4770b commit e374692

2 files changed

Lines changed: 196 additions & 194 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
run: |
5555
mmark openid-provider-commands-1_0.md > openid-provider-commands-1_0.xml
5656
57+
- name: Upload XML artifact
58+
if: always()
59+
uses: actions/upload-artifact@v4
60+
with:
61+
name: generated-xml
62+
path: openid-provider-commands-1_0.xml
63+
5764
- name: Set up Python
5865
uses: actions/setup-python@v4
5966
with:

0 commit comments

Comments
 (0)