Skip to content
Open
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
8 changes: 7 additions & 1 deletion .github/workflows/Build-OID4VCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
docker run \
-v /${{ github.workspace }}/1.1:/data danielfett/markdown2rfc \
openid-4-verifiable-credential-issuance-1_1.md
- name: s2s Run the build process with Docker
run: |
docker run \
-v /${{ github.workspace }}/s2s:/data danielfett/markdown2rfc \
openid-4-verifiable-credential-issuance-server-2-server.md
- name: rename
run: |
mv ./1.0/openid-4-verifiable-credential-issuance-1_0*.html ./openid-4-verifiable-credential-issuance-1_0-wg-draft.html && \
mv ./1.1/openid-4-verifiable-credential-issuance-1_1*.html ./openid-4-verifiable-credential-issuance-1_1-wg-draft.html
mv ./1.1/openid-4-verifiable-credential-issuance-1_1*.html ./openid-4-verifiable-credential-issuance-1_1-wg-draft.html && \
mv ./s2s/openid-4-verifiable-credential-issuance-server-2-server*.html ./openid-4-verifiable-credential-issuance-server-2-server-wg-draft.html
- uses: actions/upload-artifact@v4
with:
# Artifact name
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The current WG-Draft version is built automatically from the master branch and c

* 1.0: https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-1_0-wg-draft.html
* 1.1: https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-1_1-wg-draft.html
* Server to Server (s2s): https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-server-2-server-wg-draft.html

Other versions of the spec can be accessed at: https://openid.net/sg/openid4vc/specifications/

Expand Down
Loading