Skip to content

Commit

Permalink
adds docs as gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco committed Jan 27, 2024
1 parent ea224f5 commit fb10247
Show file tree
Hide file tree
Showing 3 changed files with 2,740 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Documentation

on:
push:
branches:
- master
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout repo
- name: Checkout
uses: actions/checkout@v3
# Generate Doxy docs
- name: Doxygen Action
uses: mattnotmitt/[email protected]
# Publish to GitHub Pages
- name: Publish
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html
Loading

0 comments on commit fb10247

Please sign in to comment.