Skip to content

Commit

Permalink
Rename document for working group adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru committed Jan 8, 2024
1 parent 888a266 commit 235d917
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xml2rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
with:
image: paulej/rfctools
options: -v ${{ github.workspace }}:/rfc -v ${{ github.workspace }}/.cache-xml2rfc:/var/cache/xml2rfc -w /rfc
run: mmark "draft-timbru-sidrops-aspa-notation-01.md" > "output/draft-timbru-sidrops-aspa-notation-01.xml"
run: mmark "draft-ietf-sidrops-aspa-notation-00.md" > "output/draft-ietf-sidrops-aspa-notation-00.xml"

- name: build html
uses: addnab/docker-run-action@v3
with:
image: paulej/rfctools
options: -v ${{ github.workspace }}:/rfc -v ${{ github.workspace }}/.cache-xml2rfc:/var/cache/xml2rfc -w /rfc
run: xml2rfc -p output --text --html "output/draft-timbru-sidrops-aspa-notation-01.xml"
run: xml2rfc -p output --text --html "output/draft-ietf-sidrops-aspa-notation-00.xml"

- name: Archive output
uses: actions/upload-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ipr = "trust200902"
[seriesInfo]
status = "informational"
name = "Internet-Draft"
value = "draft-timbru-sidrops-aspa-notation-01"
value = "draft-ietf-sidrops-aspa-notation-00"

[[author]]
initials="T."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" -->
<rfc version="3" ipr="trust200902" docName="draft-timbru-sidrops-aspa-notation-01" submissionType="IETF" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true">
<rfc version="3" ipr="trust200902" docName="draft-ietf-sidrops-aspa-notation-00" submissionType="IETF" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true">

<front>
<title abbrev="ASPA Notation">Human Readable ASPA Notation</title><seriesInfo value="draft-timbru-sidrops-aspa-notation-01" status="informational" name="Internet-Draft"></seriesInfo>
<title abbrev="ASPA Notation">Human Readable ASPA Notation</title><seriesInfo value="draft-ietf-sidrops-aspa-notation-00" status="informational" name="Internet-Draft"></seriesInfo>
<author initials="T." surname="Bruijnzeels" fullname="Tim Bruijnzeels"><organization>RIPE NCC</organization><address><postal><street></street>
</postal><email>[email protected]</email>
</address></author><author initials="O." surname="Borchert" fullname="Oliver Borchert"><organization>NIST</organization><address><postal><street></street>
Expand Down
2 changes: 1 addition & 1 deletion mktext.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mmark draft-timbru-sidrops-aspa-notation-01.md > draft-timbru-sidrops-aspa-notation-01.xml
mmark draft-ietf-sidrops-aspa-notation-00.md > draft-ietf-sidrops-aspa-notation-00.xml

0 comments on commit 235d917

Please sign in to comment.