diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2e76a30..f0c2f48 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,15 +17,10 @@ jobs: - uses: actions/checkout@v3 - name: Render run: | - whereis julia - # installkernel("Julia nodeps", "–depwarn=no"); using Pkg; Pkg.add("Revise")' - julia -e 'using Pkg; Pkg.add("IJulia")' julia -e 'using IJulia' - # RUN julia -e 'using IJulia; notebook()' - julia -e 'using Pkg; Pkg.add("Revise")' - - quarto check jupyter + julia -e 'using Pkg; Pkg.add("Revise")' + # quarto check jupyter quarto render ls docs - name: Deploy