Skip to content

Commit af33861

Browse files
authored
Update main.yaml
1 parent d90b686 commit af33861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Render
1919
run: |
20-
#julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel(“Julia nodeps”, “–depwarn=no”); using Pkg; Pkg.add("Revise")'
20+
julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel(“Julia nodeps”, “–depwarn=no”); using Pkg; Pkg.add("Revise")'
2121
quarto check jupyter
2222
quarto render
2323
ls docs

0 commit comments

Comments
 (0)