We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0c29b commit b3ad464Copy full SHA for b3ad464
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: ["3.11"]
14
defaults:
15
run:
16
- shell: bash -l {0}
+ shell: bash -el {0}
17
permissions:
18
contents: write
19
steps:
@@ -34,11 +34,11 @@ jobs:
34
show-channel-urls: true
35
use-mamba: true
36
- name: Create environment
37
- run: |
38
- mamba create -v -q -n numcosmo numcosmo jupyter nbformat
39
- mamba info
+ run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat
40
- name: Activate Conda Environment
41
run: conda activate numcosmo
+ - name: Quarto Render
+ run: quarto render
42
- name: Render and Publish
43
uses: quarto-dev/quarto-actions/publish@v2
44
with:
0 commit comments