Skip to content

Commit

Permalink
getting TOC to work
Browse files Browse the repository at this point in the history
seems need to be in cwd
  • Loading branch information
pahjbo committed May 17, 2024
1 parent 0307346 commit 0ab2566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
sudo apt -y update
sudo apt -y install pandoc wkhtmltopdf weasyprint
- name: make the document
working-directory: doc/std
run: |
make -C doc/std VO-DML.pdf
make VO-DML.pdf
- name: upload the std doc
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0ab2566

Please sign in to comment.