Skip to content

Commit

Permalink
upload build folder for pdflatex builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed May 3, 2024
1 parent e513849 commit cb8dbfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
jb build lectures --builder pdflatex --path-output ./ -n -W --keep-going
mkdir -p _build/html/_pdf
cp -u _build/latex/*.pdf _build/html/_pdf
- name: Upload build folder
uses: actions/upload-artifact@v4
with:
name: build-folder
path: _build
- name: Upload Execution Reports (LaTeX)
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit cb8dbfb

Please sign in to comment.