Skip to content

Commit

Permalink
Merge pull request #109 from NOOBDY/publish-docs
Browse files Browse the repository at this point in the history
added docs github actions
  • Loading branch information
Dragonfly911117 authored Feb 15, 2024
2 parents 013246d + 9f9c88a commit a133e2f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: docs

on:
workflow_dispatch:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: docs/Doxyfile

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

0 comments on commit a133e2f

Please sign in to comment.