Fix doxygen

This commit is contained in:
Laurent Destailleur 2023-01-02 04:16:06 +01:00
parent 466239c256
commit 7dd3909227
2 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages branch: gh-pages
folder: docs/html folder: build/html
config_file: build/doxygen/dolibarr-doxygen.doxyfile config_file: build/doxygen/dolibarr-doxygen.doxyfile
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
branch: gh-pages branch: gh-pages
folder: docs/html # The folder the action should deploy. folder: build/html # The folder the action should deploy.
target-folder: docs/html2 target-folder: docs/html2
#jobs: #jobs:

View File

@ -614,7 +614,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag. # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = build dev doc document documents htdocs/conf/conf.php htdocs/custom htdocs/document htdocs/documents htdocs/includes EXCLUDE = build dev doc document documents htdocs/conf/conf.php htdocs/custom htdocs/document htdocs/documents htdocs/includes htdocs/install/doctemplates
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded