Skip to content

Commit

Permalink
another go at getting up to date stuff
Browse files Browse the repository at this point in the history
want to TOC to work properly!
  • Loading branch information
pahjbo committed May 17, 2024
1 parent 31ed6ec commit 0307346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup dependencies
run: |
sudo apt -y update
sudo apt -y install pandoc wkhtmltopdf
sudo apt -y install pandoc wkhtmltopdf weasyprint
- name: make the document
run: |
make -C doc/std VO-DML.pdf
Expand Down
2 changes: 1 addition & 1 deletion doc/std/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ $(DOCNAME).html: $(DOCNAME).md template.html
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --toc -N -o VO-DML.html

$(DOCNAME).pdf: $(DOCNAME).md template.html
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --to html --toc -N --pdf-engine-opt=--enable-local-file-access -o VO-DML.pdf
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --to html --toc -N -o VO-DML.pdf

0 comments on commit 0307346

Please sign in to comment.