We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff4e1 commit 8d81de7Copy full SHA for 8d81de7
.github/workflows/deploy-docs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup directories
46
run: |
47
mkdir _site/docs || true
48
- mkdir _site/docs/de _site/docs/es _site/docs/pt _site/docs/pt_BR _site/docs/ja || true
+ mkdir _site/docs/de _site/docs/es _site/docs/pt _site/docs/pt_BR _site/docs/ja _site/docs/figures || true
49
# The user manual needs to be built before the tests are run
50
# because there a test for the user manual.
51
- name: Build English manual
@@ -57,6 +57,7 @@ jobs:
57
make -C doc/info
58
make -C doc/info maxima.pdf
59
cp doc/info/maxima.info* doc/info/*.html doc/info/maxima.pdf _site/docs
60
+ cp doc/info/figures/* _site/docs/figures
61
- name: Build German manual
62
63
make -C doc/info/de
0 commit comments