We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10739fa commit 311826cCopy full SHA for 311826c
.github/workflows/test_doc.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
doxygen:
18
name: Test Doxygen
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
21
strategy:
22
matrix:
scripts/run-doxygen.sh
@@ -48,9 +48,9 @@ rm "${DOXYFILE}"
48
rm "${MTOC_CONFIG_PATH}/mtocpp_filter.sh"
49
50
# Build pdf
51
-cd "${OUTDIR}/latex"
52
-make
53
-cp ./refman.pdf "${AMICI_PATH}/AMICI_guide.pdf"
+#cd "${OUTDIR}/latex"
+#make
+#cp ./refman.pdf "${AMICI_PATH}/AMICI_guide.pdf"
54
55
# suppress doxygen warnings about status badges
56
grep -v "warning: Unexpected html tag <img> found within <a href=...> context" "${DOXY_WARNING_FILE}" > "${DOXY_WARNING_FILE}_tmp" || [[ $? == 1 ]]
0 commit comments