Skip to content

Commit

Permalink
URL typo, build docs in build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smidge committed Oct 7, 2024
1 parent fa58c6b commit ad84c74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: docs
path: ${{github.workspace}}/build/docs

- name: Deploy artifact
uses: actions/deploy-pages@v4
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ compile_commands.json
# CMake typical build dirs
/cmake_build*
/cmake-build*

# Doxygen
docs
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ option(BUILD_DOC "Build documentation" ON)
# Check if Doxygen is installed
find_package(Doxygen OPTIONAL_COMPONENTS dot dia)
if (DOXYGEN_FOUND)
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
set(DOXYGEN_HTML_OUTPUT docs)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE README.md)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library currently supports:

* Engine Library, as used on "Prime"-series DJ equipment.

Documentation can be viewed on [GitHub Pages](https://xcso.github.io/libdjinterop/)
Documentation can be viewed on [GitHub Pages](https://xsco.github.io/libdjinterop/)

State of Support
================
Expand Down

0 comments on commit ad84c74

Please sign in to comment.