Skip to content

Commit

Permalink
Add action publish-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShaleev committed Feb 21, 2024
1 parent 39dfffe commit bae1ea9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Doxygen GitHub Pages

on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Doxygen
run: sudo apt-get -y install doxygen
# - run: mkdir docs
# - name: Install theme
# run: ./tools/prepare_doxygen.sh
# - name: Generate Doxygen Documentation
# run: doxygen

0 comments on commit bae1ea9

Please sign in to comment.