From f9180b5c9a32fd7436c915b8bc455925930f594b Mon Sep 17 00:00:00 2001 From: Jacky Song Date: Mon, 6 Jan 2025 21:32:22 -0500 Subject: [PATCH] Relative path changes for new patched builds --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e19f4d..1cf69e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,18 +67,18 @@ jobs: python ./book/patch.py # build pdf (sphinx creates a makefile for us) cd ./book/_build/latex/ + echo "Entered LaTeX folder, preparing to build PDF" make + # show debug logs + cat elara-handbook.log # debug # move built book out of build folder mv elara-handbook.pdf ../../elara-handbook.pdf - - name: Show debug logs - run: | - cat elara-handbook.log # debug - - name: Output build artifacts for debugging run: | # go back to root of repo cd ../../../ + pwd # we use temp.sh, a temporary file host service echo "PDF build log" curl -F "file=@book/_build/latex/elara-handbook.log" https://temp.sh/upload