File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ script:
8080after_success :
8181 - cd docs
8282 - MESSAGE=$(git log --oneline -1)
83- - git clone https://johltn :$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
83+ - git clone https://IfcOpenBot :$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
8484 - cd docs
8585 - mv ../output/* .
8686 - git config user.email "${GITHUB_EMAIL}"
87- - git config user.name "${USER_NAME} "
87+ - git config user.name "IfcOpenBot "
8888 - git add .
8989 - git commit -m "${MESSAGE}"
9090 - git push
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/docs/sphinx)
1818
1919MESSAGE (STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR} " )
2020
21- # file(MAKE_DIRECTORY ./output/doxygen)
21+ file (MAKE_DIRECTORY ./output/doxygen )
2222
2323if (DOXYGEN_FOUND)
2424
Original file line number Diff line number Diff line change 1212
1313# Setup the breathe extension
1414breathe_projects = {
15- "My Project" : "./doxygen/xml"
15+ "My Project" : "./output/ doxygen/xml"
1616}
1717breathe_default_project = "My Project"
1818
You can’t perform that action at this time.
0 commit comments