mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
testing travis ci: automatic doxygen doc deployment- part 5
This commit is contained in:
parent
1d53c334f0
commit
86f55fa745
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue