Skip to content

Commit a75ced6

Browse files
committed
Try first commit
1 parent c263012 commit a75ced6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ script:
8080
after_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

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/docs/sphinx)
1818

1919
MESSAGE(STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR}")
2020

21-
# file(MAKE_DIRECTORY ./output/doxygen)
21+
file(MAKE_DIRECTORY ./output/doxygen)
2222

2323
if (DOXYGEN_FOUND)
2424

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Setup the breathe extension
1414
breathe_projects = {
15-
"My Project": "./doxygen/xml"
15+
"My Project": "./output/doxygen/xml"
1616
}
1717
breathe_default_project = "My Project"
1818

0 commit comments

Comments
 (0)