Skip to content

Commit

Permalink
[Project] Add doxygen docs & gh-pages (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorOrachyov committed Oct 13, 2021
1 parent fd3d647 commit 86e1531
Show file tree
Hide file tree
Showing 4 changed files with 2,538 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Pages

on:
push:
branches: [ main ]
paths:
- '.github/**'
- 'spbla/include/**'
- 'Doxyfile'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Generate documentation
uses: mattnotmitt/[email protected]

- name: Publish to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html/
Loading

0 comments on commit 86e1531

Please sign in to comment.