Skip to content

Commit

Permalink
ci: upload docs from correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 6, 2023
1 parent 24c00c3 commit 2b79065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "docs/_build/html/"
path: "build/html/"

- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ endif()

if(BUILD_DOCS)
find_package(Doxygen REQUIRED)
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/docs)
doxygen_add_docs(docs ${PROJECT_SOURCE_DIR} docs/ ALL
COMMENT "Generate package documentation")
endif()

0 comments on commit 2b79065

Please sign in to comment.