Update quarto.yml
This commit is contained in:
parent
16806013a9
commit
73eb08101f
7
.github/workflows/quarto.yml
vendored
7
.github/workflows/quarto.yml
vendored
@ -16,7 +16,12 @@ jobs:
|
||||
|
||||
- name: Set up Quarto
|
||||
uses: quarto-dev/quarto-actions/setup@v2
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install jupyter
|
||||
- uses: julia-actions/setup-julia@v1
|
||||
- run: julia --project -e 'using Pkg; Pkg.instantiate()'
|
||||
- name: Render and Publish
|
||||
uses: quarto-dev/quarto-actions/publish@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user