We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90b686 commit af33861Copy full SHA for af33861
.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Render
19
run: |
20
- #julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel(“Julia nodeps”, “–depwarn=no”); using Pkg; Pkg.add("Revise")'
+ julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel(“Julia nodeps”, “–depwarn=no”); using Pkg; Pkg.add("Revise")'
21
quarto check jupyter
22
quarto render
23
ls docs
0 commit comments