Skip to content

Commit

Permalink
Update build dependencies (#6)
Browse files Browse the repository at this point in the history
* Updated GitHub Actions
* Explicitly loaded `hyperref` to prevent issues with `hyperxmp` being loaded before `hyperref`
  • Loading branch information
corvus-ch authored Dec 16, 2024
1 parent 2c7dabc commit 75db398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@ jobs:
run: ./update-git-info.sh

- name: Compile inlay
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: ${{ matrix.name }}-inlay.tex
latexmk_use_xelatex: true

- name: Compile main document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: ${{ matrix.name }}.tex
latexmk_use_xelatex: true

- name: Upload PDF
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}.pdf
path: ${{ matrix.name }}.pdf

release:
Expand All @@ -57,7 +58,7 @@ jobs:
fetch-depth: "0"

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Build changelog
id: build_changelog
Expand Down
1 change: 1 addition & 0 deletions inlay.sty
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

% Titlepage
% ---------
\RequirePackage{hyperref}
\RequirePackage{pdfpages}
\RequirePackage{gitinfo2}
\RequirePackage[
Expand Down

0 comments on commit 75db398

Please sign in to comment.