Skip to content

Commit d4f03a3

Browse files
committed
new documentation
1 parent 932e2ba commit d4f03a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build:
1313
name: Build and publish documentation
14-
runs-on: macos-latest
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717

@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
brew install doxygen
25+
sudo apt-get install doxygen
2626
pip3 install jinja2 Pygments
2727
2828
- name: Build
@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./build/doxygen/html
37+
publish_dir: ./build/doxygen/html

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
99
# Note: update this to your new project's name and version
1010
project(
1111
Py2Cpp
12-
VERSION 1.4.9
12+
VERSION 1.4.10
1313
LANGUAGES CXX
1414
)
1515

0 commit comments

Comments
 (0)