Skip to content

Commit

Permalink
Doxygen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Mar 6, 2025
1 parent a219f44 commit ac27712
Show file tree
Hide file tree
Showing 5 changed files with 2,693 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- doxygen
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: doxygen
submodules: true

- name: Build
uses: mattnotmitt/[email protected]

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/html

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ __pycache__
/System Volume Information/
/test_files/
rare/_version.py
# Doxygen
/docs/html
# Nuitka build artifacts
/rare.build
/rare.dist
/rare.bin
/rare.cmd
/rare.exe
/poetry.lock

Loading

0 comments on commit ac27712

Please sign in to comment.