Skip to content

Commit

Permalink
Flibble
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe authored Nov 30, 2023
1 parent 4943365 commit 73b37c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: masterdoc.tex
working_directory: doc/latex
Expand All @@ -25,7 +25,7 @@ jobs:
mv doc/latex/masterdoc.pdf .
ls | grep -xv "masterdoc.pdf" | xargs rm -rf
- name: Commit documentation
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Build documentation
branch: gh-doc
Expand Down

0 comments on commit 73b37c1

Please sign in to comment.