Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru committed Oct 17, 2024
1 parent 8e9aeb0 commit 59e4aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xml2rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
image: paulej/rfctools
options: -v ${{ github.workspace }}:/rfc -v ${{ github.workspace }}/.cache-xml2rfc:/var/cache/xml2rfc -w /rfc
run: |
mmark draft-sidrops-vrp-notation-00.md > output/draft-sidrops-vrp-notation-00.xml
mmark draft-ietf-sidrops-vrp-notation-00.md > output/draft-ietf-sidrops-vrp-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-sidrops-vrp-notation-00.xml
xml2rfc -p output --text --html output/draft-ietf-sidrops-vrp-notation-00.xml
- name: Archive output
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 59e4aee

Please sign in to comment.