Skip to content

Commit

Permalink
Merge pull request #13 from pdowler/main
Browse files Browse the repository at this point in the history
fix CI build
  • Loading branch information
pdowler authored Nov 10, 2024
2 parents 00b1f97 + 513f66e commit 2febba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf
2 changes: 1 addition & 1 deletion DAP.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
\author{Patrick Dowler}
\author{Douglas Tody}
\author{Fran\c cois Bonnarel}
\author[Gregory Dubois-Felsmann}
\author{Gregory Dubois-Felsmann}

\editor{Patrick Dowler, Fran\c cois Bonnarel, Gregory Dubois-Felsmann}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCNAME = DAP
DOCVERSION = 2.1

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2022-09-28
DOCDATE = 2024-11-11

# What is it you're writing: NOTE, WD, PR, or REC
DOCTYPE = WD
Expand Down

0 comments on commit 2febba0

Please sign in to comment.