Skip to content

Commit de10fe7

Browse files
committed
new documentation build
1 parent e231dec commit de10fe7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/documentation.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Build and publish documentation
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
1919
with:
2020
path: "**/cpm_modules"
2121
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
@@ -32,6 +32,7 @@ jobs:
3232
3333
- name: Install dependencies
3434
run: |
35+
sudo apt-get install doxygen
3536
pip3 install jinja2 Pygments
3637
3738
- name: Build
@@ -43,4 +44,4 @@ jobs:
4344
uses: peaceiris/actions-gh-pages@v3
4445
with:
4546
github_token: ${{ secrets.GITHUB_TOKEN }}
46-
publish_dir: ./build/documentation/doxygen/html
47+
publish_dir: ./build/documentation/doxygen/html

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
1010
# Note: update this to your new project's name and version
1111
project(
1212
ProjGeom
13-
VERSION 1.0
13+
VERSION 1.0.1
1414
LANGUAGES CXX
1515
)
1616

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Actions Status](https://github.com/luk036/projgeom-cpp/workflows/MacOS/badge.svg)](https://github.com/luk036/projgeom-cpp/actions)
22
[![Actions Status](https://github.com/luk036/projgeom-cpp/workflows/Windows/badge.svg)](https://github.com/luk036/projgeom-cpp/actions)
33
[![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)
54
[![Actions Status](https://github.com/luk036/projgeom-cpp/workflows/Install/badge.svg)](https://github.com/luk036/projgeom-cpp/actions)
65
[![codecov](https://codecov.io/gh/luk036/projgeom-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/luk036/projgeom-cpp)
76

0 commit comments

Comments
 (0)