Skip to content

Merge pull request #3307 from hyperspy/dependabot/github_actions/RELE… #17

Merge pull request #3307 from hyperspy/dependabot/github_actions/RELE…

Merge pull request #3307 from hyperspy/dependabot/github_actions/RELE… #17

Workflow file for this run

name: Documentation
on: [push, pull_request]
jobs:
Build:
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/doc.yml@main
with:
# install with speed extra to avoid warnings
pip_extra_doc: 'doc,speed'
# graphviz is required to build mermaid graph
# optipng is required to optimize thumbnail
install_package_ubuntu: graphviz optipng