Skip to content

Minimal test for interpolation #30

Minimal test for interpolation

Minimal test for interpolation #30

Workflow file for this run

name: Doxygen
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get deal.tag
run: |
wget https://www.dealii.org/developer/doxygen/deal.tag
- name: Build Doxygen documentation
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./docs/Doxyfile"
working-directory: "."
- name: Publish Doxygen documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html/