Skip to content

Commit

Permalink
Update github_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros authored Feb 3, 2024
1 parent 5c59140 commit c66491b
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: Doxygen CI
name: Doxygen GitHub Pages Deploy Action

on:
on:
push:
branches: [master]
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: macos-latest
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DenverCoder1/[email protected]
with:
submodules: true
- name: Install requirements
run: |
brew install graphviz ninja doxygen
- name: build
run: cmake --build build -t doc
- name: Doxygen Action
uses: mattnotmitt/[email protected]
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile

0 comments on commit c66491b

Please sign in to comment.