Skip to content

Commit

Permalink
docs: generate doxygen to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jan 2, 2024
1 parent 09404c1 commit 9288ad1
Show file tree
Hide file tree
Showing 4 changed files with 2,851 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Doxygen Genereate

on:
push:
branches: [ main doxygen-test ]

jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Build doxygen documentation
run: nix shell nixpkgs#doxygen nixpkgs#graphviz --command doxygen
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
force_orphan: true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build/

/html/
Loading

0 comments on commit 9288ad1

Please sign in to comment.