testing travis ci: automatic doxygen doc deployment- part 5

This commit is contained in:
stnolting 2020-07-07 21:55:54 +02:00
parent 1d53c334f0
commit 86f55fa745
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ script:
deploy:
provider: pages
skip_cleanup: true
local_dir: docs/build/html
local_dir: doxygen_build/html
github_token: $GH_REPO_TOKEN
on:
branch: master

View file

@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = build
OUTPUT_DIRECTORY = doxygen_build
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and