Skip to content

Commit afeaba9

Browse files
authored
Update gh-pages.yml
1 parent 47dd7a4 commit afeaba9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323

2424
- name: Basic GitHub action setup
2525
uses: actions/checkout@v2
26-
27-
- name: Set mamba environment "test"
28-
uses: mamba-org/provision-with-micromamba@main
26+
27+
- name: Set conda 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)