Skip to content

Commit 7274553

Browse files
committed
Update GitHub Actions workflow to use 'pdf-without-images' target for PDF generation
1 parent 3e04926 commit 7274553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Set tag release as environment variable
1515
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
16-
- name: Step 0- Build glslviewer
16+
- name: Step 0 - Build glslviewer
1717
run: |
1818
# Install glslviewer
1919
sudo apt-get update && sudo apt-get install git build-essential cmake xorg-dev libglu1-mesa-dev libncurses5-dev libncursesw5-dev \
@@ -40,7 +40,7 @@ jobs:
4040
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
4141
sudo apt-get install texlive-xetex pandoc python3
4242
- name: Step 2 - Build book.pdf
43-
run: make pdf
43+
run: make pdf-without-images
4444
- name: Step 3 - Append version to book.pdf
4545
run: |
4646
mkdir release

0 commit comments

Comments
 (0)