Skip to content

Commit ad6f82d

Browse files
committed
fix: Trying to fix doxygen docu workflow
1 parent 12ff1f3 commit ad6f82d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
TAG_NAME=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
2323
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
2426
2527
- name: Move contents of html folder one level up
2628
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

5-
set(libfranka_VERSION 0.18.1)
5+
set(libfranka_VERSION 0.18.2)
66

77
project(libfranka
88
VERSION ${libfranka_VERSION}

0 commit comments

Comments
 (0)