We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abfff7 commit 9f80d1bCopy full SHA for 9f80d1b
.github/workflows/deploy-docs.yml
@@ -54,6 +54,7 @@ jobs:
54
# just change to each directory and run make appropriately.
55
# The Russian docs don't currently work
56
run: |
57
+ makeinfo --version
58
make -C doc/info
59
make -C doc/info maxima.pdf
60
cp doc/info/maxima.info* doc/info/*.html doc/info/maxima.pdf _site/docs
0 commit comments