File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
22
33list (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
77project (libfranka
88 VERSION ${libfranka_VERSION}
Original file line number Diff line number Diff line change 44 schematypens =" http://www.w3.org/2001/XMLSchema" ?>
55<package format =" 3" >
66 <name >libfranka</name >
7- <version >0.18.1 </version >
7+ <version >0.18.2 </version >
88 <description >libfranka is a C++ library for Franka Robotics research robots</description >
99 <
maintainer email =
" [email protected] " >Franka Robotics GmbH</
maintainer >
1010 <license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments