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 9fcd8e0 commit 0dbabffCopy full SHA for 0dbabff
.github/workflows/sphinx.yml
@@ -36,7 +36,7 @@ jobs:
36
make html
37
echo "doc.freefem.org" > build/html/CNAME
38
echo "TODO: Remove the PDF from the website repository at the next FreeFem-source release"
39
- mkdir build/htm/pdf && cp build/latex/FreeFEM-documentation.pdf build/html/pdf/
+ mkdir build/html/pdf && cp build/latex/FreeFEM-documentation.pdf build/html/pdf/
40
(cd build/html/pdf && md5sum FreeFEM-documentation.pdf >> FreeFEM-documentation.pdf.md5)
41
42
- name: Deploy HTML
0 commit comments