Skip to content

Commit

Permalink
drop env
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Mar 2, 2023
1 parent a12e84d commit 1ef4fa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
name: Render book to all formats
run: |
julia --project=docs setup_julia.jl
echo $JULIA_DEPOT_PATH
echo $JULIA_PKGDIR
echo $CONDA_JL_HOME
echo $PATH
quarto render docs --no-cache
env:
JULIA_DEPOT_PATH: /opt/julia
JULIA_PKGDIR: /opt/julia
CONDA_JL_HOME: /opt/julia/conda
-
name: Deploy 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 1ef4fa6

Please sign in to comment.