Skip to content

Commit 0dbabff

Browse files
committed
typo
1 parent 9fcd8e0 commit 0dbabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
make html
3737
echo "doc.freefem.org" > build/html/CNAME
3838
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/
39+
mkdir build/html/pdf && cp build/latex/FreeFEM-documentation.pdf build/html/pdf/
4040
(cd build/html/pdf && md5sum FreeFEM-documentation.pdf >> FreeFEM-documentation.pdf.md5)
4141
4242
- name: Deploy HTML

0 commit comments

Comments
 (0)