Set HTML documentation output folder to 'html'

This commit is contained in:
Crayon2000 2020-12-14 00:54:00 -05:00
parent ef9b05c88d
commit 5ece226a6e
3 changed files with 6 additions and 6 deletions

View file

@ -25,12 +25,12 @@ jobs:
run: | run: |
doxygen grrlib.doxygen >/dev/null doxygen grrlib.doxygen >/dev/null
make --directory=latex >/dev/null make --directory=latex >/dev/null
touch doc/.nojekyll touch html/.nojekyll
mv latex/refman.pdf doc/PDF-documentation.pdf mv latex/refman.pdf html/PDF-documentation.pdf
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.6.2 uses: JamesIves/github-pages-deploy-action@3.6.2
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: doc FOLDER: html

2
.gitignore vendored
View file

@ -17,7 +17,7 @@ build
*.pnps *.pnps
# Generated doxygen documentation # Generated doxygen documentation
/doc /html
/latex /latex
# Temporary file # Temporary file

View file

@ -1164,7 +1164,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = doc HTML_OUTPUT = html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1768,7 +1768,7 @@ MAKEINDEX_CMD_NAME = makeindex
# The default value is: makeindex. # The default value is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES. # This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_MAKEINDEX_CMD = \makeindex LATEX_MAKEINDEX_CMD = makeindex
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some # documents. This may be useful for small projects and may help to save some