Skip to content

Commit 71579a0

Browse files
authored
Merge pull request #2824 from spectre-ns/patch-gh-pages
Update gh-pages.yml
2 parents 47dd7a4 + cf398ec commit 71579a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ jobs:
2424
- name: Basic GitHub action setup
2525
uses: actions/checkout@v2
2626

27-
- name: Set mamba environment "test"
28-
uses: mamba-org/provision-with-micromamba@main
27+
- name: Set mamba environment
28+
uses: mamba-org/setup-micromamba@main
2929
with:
3030
environment-file: docs/ghp_environment.yml
3131
environment-name: xtensor-doc
32+
init-shell: bash
33+
cache-downloads: true
3234

3335
- name: Run doxygen
3436
working-directory: docs

0 commit comments

Comments
 (0)