Skip to content

Commit 0bfcfb2

Browse files
committed
Testing conda+quarto.
1 parent bfa80a3 commit 0bfcfb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
workflow_dispatch:
33
push:
4-
branches: main
4+
branches: master
55

66
name: NumCosmo Quarto Publish
77

@@ -34,9 +34,11 @@ jobs:
3434
miniforge-variant: Mambaforge
3535
show-channel-urls: true
3636
use-mamba: true
37-
- name: Update environment
37+
- name: Create environment
3838
run: |
3939
mamba create -v -q -n numcosmo numcosmo jupyter
40+
- name: Activate environment
41+
run: conda activate numcosmo
4042
- name: Render and Publish
4143
uses: quarto-dev/quarto-actions/publish@v2
4244
with:

0 commit comments

Comments
 (0)