Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
- name: Basic GitHub action setup
uses: actions/checkout@v2

- name: Set mamba environment "test"
uses: mamba-org/provision-with-micromamba@main
- name: Set mamba environment
uses: mamba-org/setup-micromamba@main
with:
environment-file: docs/ghp_environment.yml
environment-name: xtensor-doc
init-shell: bash
cache-downloads: true

- name: Run doxygen
working-directory: docs
Expand Down