Skip to content

Commit

Permalink
Test compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 23, 2024
1 parent 3fb3418 commit cee37c8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ jobs:
scheme: small
run: |
apk add inkscape
which pdflatex
which bibtex
- name: Compile the manual
run: |
#inkscape --version
which pdflatex
which bibtex
#./tools/make_manual_pdf.sh
./tools/make_manual_pdf.sh
# which pdflatex
# which bibtex
# - name: Compile the manual
# run: |
# #inkscape --version
# which pdflatex
# which bibtex
# #./tools/make_manual_pdf.sh

# - name: Upload PDF as Artifact
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cee37c8

Please sign in to comment.