From 0ab25669df2107429b1db8618fa0a787203c5881 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 17 May 2024 16:04:50 +0100 Subject: [PATCH] getting TOC to work seems need to be in cwd --- .github/workflows/std.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/std.yml b/.github/workflows/std.yml index 3749898..036cbaf 100644 --- a/.github/workflows/std.yml +++ b/.github/workflows/std.yml @@ -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: