File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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') }}
3232
3333 - name : Install dependencies
3434 run : |
35+ sudo apt-get install doxygen
3536 pip3 install jinja2 Pygments
3637
3738 - name : Build
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
Original file line number Diff line number Diff 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
1111project (
1212 ProjGeom
13- VERSION 1.0
13+ VERSION 1.0.1
1414 LANGUAGES CXX
1515)
1616
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments