From ad84c7406126a70c024c73789851afcb5ff3a9c1 Mon Sep 17 00:00:00 2001 From: Adam Szmigin Date: Tue, 8 Oct 2024 00:02:46 +0100 Subject: [PATCH] URL typo, build docs in build dir --- .github/workflows/doxygen.yml | 2 +- .gitignore | 3 --- CMakeLists.txt | 1 - README.md | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index aaaa98b..2390b16 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -31,7 +31,7 @@ jobs: - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v3.0.1 with: - path: docs + path: ${{github.workspace}}/build/docs - name: Deploy artifact uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore index 91cc74f..1e8863e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,3 @@ compile_commands.json # CMake typical build dirs /cmake_build* /cmake-build* - -# Doxygen -docs diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a42fe7..f502cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index bf62cc8..e840d51 100644 --- a/README.md +++ b/README.md @@ -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 ================