Skip to content

Commit 311826c

Browse files
authored
GHA: build docs on ubuntu 24.04 (#2818)
* GHA: build docs on ubuntu 24.04 * I don't think we still need the pdf documentation
1 parent 10739fa commit 311826c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
doxygen:
1818
name: Test Doxygen
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
strategy:
2222
matrix:

scripts/run-doxygen.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ rm "${DOXYFILE}"
4848
rm "${MTOC_CONFIG_PATH}/mtocpp_filter.sh"
4949

5050
# Build pdf
51-
cd "${OUTDIR}/latex"
52-
make
53-
cp ./refman.pdf "${AMICI_PATH}/AMICI_guide.pdf"
51+
#cd "${OUTDIR}/latex"
52+
#make
53+
#cp ./refman.pdf "${AMICI_PATH}/AMICI_guide.pdf"
5454

5555
# suppress doxygen warnings about status badges
5656
grep -v "warning: Unexpected html tag <img> found within <a href=...> context" "${DOXY_WARNING_FILE}" > "${DOXY_WARNING_FILE}_tmp" || [[ $? == 1 ]]

0 commit comments

Comments
 (0)