File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111jobs :
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
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
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
Original file line number Diff line number Diff 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
1010project (
1111 Py2Cpp
12- VERSION 1.4.9
12+ VERSION 1.4.10
1313 LANGUAGES CXX
1414)
1515
You can’t perform that action at this time.
0 commit comments