Merge pull request #3307 from hyperspy/dependabot/github_actions/RELE… #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |