Skip to content

Commit

Permalink
Prepare Doxygen publication
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpicz committed Aug 31, 2023
1 parent 968a8a9 commit 691258d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 17 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- main

jobs:
build-documentation:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
submodules: true

# Build the HTML documentation
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: docs/Doxyfile
working-directory: .
additional-packages: perl build-base biblatex ghostscript

# Deploy the HTML documentation to GitHub Pages
- name: GH Pages Deployment
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/html/
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
publish_branch: gh-pages
Binary file modified docs/images/logo_pasta_block_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions docs/images/logo_pasta_block_tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 691258d

Please sign in to comment.