Skip to content

Commit 93870fd

Browse files
committed
fixed typo in yaml
1 parent 4cd446d commit 93870fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-everything.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Render HTML
3030
run: xml2rfc openid-sharedsignals-versioning-1_0.xml --html -o openid-sharedsignals-versioning-1_0.html
3131
- name: Render Text
32-
run: xml2rfc openid-sharedsignals-versioning-1_0.xml -text -o openid-sharedsignals-versioning-1_0.txt
32+
run: xml2rfc openid-sharedsignals-versioning-1_0.xml --text -o openid-sharedsignals-versioning-1_0.txt
3333
- name: Convert sharedsignals md to xml
3434
run: kramdown-rfc2629 openid-sharedsignals-framework-1_0.md > openid-sharedsignals-framework-1_0.xml
3535
- name: Render HTML

0 commit comments

Comments
 (0)