We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff1f3 commit ad6f82dCopy full SHA for ad6f82d
.github/workflows/doxygen.yml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
TAG_NAME=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
23
mkdir -p build/doc/docs/$TAG_NAME && cd build && cmake -D BUILD_DOCUMENTATION=ON -D SKIP_CXX_BUILD=ON .. && make doc
24
+ echo "Created folder for documentation:"
25
+ ls doc/docs
26
27
- name: Move contents of html folder one level up
28
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
2
3
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
4
5
-set(libfranka_VERSION 0.18.1)
+set(libfranka_VERSION 0.18.2)
6
7
project(libfranka
8
VERSION ${libfranka_VERSION}
0 commit comments