Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix CI build #13

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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