Skip to content

Commit

Permalink
github-flow: doxygen deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonRaNet committed Apr 9, 2021
1 parent 9658552 commit 70d7e45
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Doxygen deploy

on:
push:
branches: [ master ]

jobs:
doxygen:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Prepare folders
run: mkdir -p ./build/documents

- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/documents/html
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ cd <source-dir>
doxygen
```

### Demo
### Documentation and demo

Documentation: https://amonranet.github.io/QGeoView/

You can see here small video: [QGeoView Demo](https://youtu.be/t0D21r_s-8E)
or use demo example to see all QGeoView features:
Expand Down

0 comments on commit 70d7e45

Please sign in to comment.