mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Try first commit
This commit is contained in:
+2
-2
@@ -80,11 +80,11 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- cd docs
|
- cd docs
|
||||||
- MESSAGE=$(git log --oneline -1)
|
- MESSAGE=$(git log --oneline -1)
|
||||||
- git clone https://johltn:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
- git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
||||||
- cd docs
|
- cd docs
|
||||||
- mv ../output/* .
|
- mv ../output/* .
|
||||||
- git config user.email "${GITHUB_EMAIL}"
|
- git config user.email "${GITHUB_EMAIL}"
|
||||||
- git config user.name "${USER_NAME}"
|
- git config user.name "IfcOpenBot"
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "${MESSAGE}"
|
- git commit -m "${MESSAGE}"
|
||||||
- git push
|
- git push
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/docs/sphinx)
|
|||||||
|
|
||||||
MESSAGE(STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR}")
|
MESSAGE(STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
|
|
||||||
# file(MAKE_DIRECTORY ./output/doxygen)
|
file(MAKE_DIRECTORY ./output/doxygen)
|
||||||
|
|
||||||
if (DOXYGEN_FOUND)
|
if (DOXYGEN_FOUND)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ author = u'Johan Luttun'
|
|||||||
|
|
||||||
# Setup the breathe extension
|
# Setup the breathe extension
|
||||||
breathe_projects = {
|
breathe_projects = {
|
||||||
"My Project": "./doxygen/xml"
|
"My Project": "./output/doxygen/xml"
|
||||||
}
|
}
|
||||||
breathe_default_project = "My Project"
|
breathe_default_project = "My Project"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user