File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
name : Build and publish documentation
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
18
- - uses : actions/cache@v2
18
+ - uses : actions/cache@v3
19
19
with :
20
20
path : " **/cpm_modules"
21
21
key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
32
32
33
33
- name : Install dependencies
34
34
run : |
35
+ sudo apt-get install doxygen
35
36
pip3 install jinja2 Pygments
36
37
37
38
- name : Build
43
44
uses : peaceiris/actions-gh-pages@v3
44
45
with :
45
46
github_token : ${{ secrets.GITHUB_TOKEN }}
46
- publish_dir : ./build/documentation/doxygen/html
47
+ publish_dir : ./build/documentation/doxygen/html
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
10
10
# Note: update this to your new project's name and version
11
11
project (
12
12
ProjGeom
13
- VERSION 1.0
13
+ VERSION 1.0.1
14
14
LANGUAGES CXX
15
15
)
16
16
Original file line number Diff line number Diff line change 1
1
[ ![ Actions Status] ( https://github.com/luk036/projgeom-cpp/workflows/MacOS/badge.svg )] ( https://github.com/luk036/projgeom-cpp/actions )
2
2
[ ![ Actions Status] ( https://github.com/luk036/projgeom-cpp/workflows/Windows/badge.svg )] ( https://github.com/luk036/projgeom-cpp/actions )
3
3
[ ![ Actions Status] ( https://github.com/luk036/projgeom-cpp/workflows/Ubuntu/badge.svg )] ( https://github.com/luk036/projgeom-cpp/actions )
4
- [ ![ Actions Status] ( https://github.com/luk036/projgeom-cpp/workflows/Style/badge.svg )] ( https://github.com/luk036/projgeom-cpp/actions )
5
4
[ ![ Actions Status] ( https://github.com/luk036/projgeom-cpp/workflows/Install/badge.svg )] ( https://github.com/luk036/projgeom-cpp/actions )
6
5
[ ![ codecov] ( https://codecov.io/gh/luk036/projgeom-cpp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/luk036/projgeom-cpp )
7
6
You can’t perform that action at this time.
0 commit comments