Skip to content

Commit

Permalink
Render to text instead of PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed May 16, 2024
1 parent 3accf10 commit e7df086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: build html
run: |
mkdir build
xml2rfc *.xml -o build/index.pdf --pdf
xml2rfc *.xml -o build/index.txt --text
- name: deploy to GH pages
uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(c) DOIF <https://www.doi.org>, all rights reserved.

Rendered at https://sandflow.github.io/doi-uri-scheme/index.pdf
Rendered at https://sandflow.github.io/doi-uri-scheme/index.txt

0 comments on commit e7df086

Please sign in to comment.