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 28bc29b commit d38ab9fCopy full SHA for d38ab9f
.github/workflows/sphinx.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Build HTML
34
run: |
35
- cp source/_static/js/lunr.js build/html/_static/js/
36
make html
+ cp source/_static/js/lunr.js build/html/_static/js/
37
echo "doc.freefem.org" > build/html/CNAME
38
mkdir build/html/pdf && cp build/latex/FreeFEM-documentation.pdf build/html/pdf/
39
(cd build/html/pdf && md5sum FreeFEM-documentation.pdf >> FreeFEM-documentation.pdf.md5)
0 commit comments