Skip to content

Commit b3ad464

Browse files
committed
Testing
1 parent bc0c29b commit b3ad464

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.11"]
1414
defaults:
1515
run:
16-
shell: bash -l {0}
16+
shell: bash -el {0}
1717
permissions:
1818
contents: write
1919
steps:
@@ -34,11 +34,11 @@ jobs:
3434
show-channel-urls: true
3535
use-mamba: true
3636
- name: Create environment
37-
run: |
38-
mamba create -v -q -n numcosmo numcosmo jupyter nbformat
39-
mamba info
37+
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat
4038
- name: Activate Conda Environment
4139
run: conda activate numcosmo
40+
- name: Quarto Render
41+
run: quarto render
4242
- name: Render and Publish
4343
uses: quarto-dev/quarto-actions/publish@v2
4444
with:

0 commit comments

Comments
 (0)