Skip to content

Commit

Permalink
new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Dec 1, 2024
1 parent 5502b44 commit f745a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build and publish documentation
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
run: |
brew install doxygen
sudo apt-get install doxygen
pip3 install jinja2 Pygments
- name: Build
Expand All @@ -34,4 +34,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/doxygen/html
publish_dir: ./build/doxygen/html
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
# Note: update this to your new project's name and version
project(
XNetwork
VERSION 1.6.9
VERSION 1.6.10
LANGUAGES CXX
)

Expand Down

0 comments on commit f745a6e

Please sign in to comment.