Skip to content

Commit

Permalink
Update doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasconp authored Sep 17, 2024
1 parent 53dba2d commit 86ec01d
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
name: Build and Deploy Doxygen Documentation
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- develop

jobs:
build:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Doxygen and Graphviz
run: sudo apt-get install doxygen graphviz -y

- name: Clean repository
run: |
git reset --hard
git clean -fdx
- name: Generate Documentation
run: doxygen Doxyfile

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html

0 comments on commit 86ec01d

Please sign in to comment.