We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b8483 commit a752f8aCopy full SHA for a752f8a
.github/workflows/documentation.yml
@@ -1,8 +1,6 @@
1
name: Documentation
2
3
on:
4
- push:
5
- branches: ["template"]
6
workflow_dispatch:
7
8
permissions:
docs/Doxyfile.in
@@ -2,7 +2,7 @@ PROJECT_NAME = "memlayout"
PROJECT_BRIEF = "Minimal CPU/GPU header-only example library"
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@
-INPUT = @CMAKE_SOURCE_DIR@/include \
+INPUT = @CMAKE_SOURCE_DIR@/memlayout \
@CMAKE_CURRENT_SOURCE_DIR@/mainpage.md
RECURSIVE = YES
0 commit comments