From e0cd730c42bed2b1444fac31e6b14b0f77fa2004 Mon Sep 17 00:00:00 2001 From: Sikorski Date: Mon, 19 Feb 2024 19:43:43 +0100 Subject: [PATCH] add workaround for documenter action --- .github/workflows/Documenter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 4aae61b..9ec3d99 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -14,10 +14,13 @@ jobs: contents: write statuses: write runs-on: ubuntu-latest - #env: - #PYTHON: "" + env: + PYTHON: "" steps: - uses: actions/checkout@v4 + - name: "Manually add Conda.jl folder due to bug in its build step" # https://github.com/JuliaPy/Conda.jl/issues/251 + run: | + mkdir -p "/home/runner/.julia/conda/3/x86_64" - uses: julia-actions/cache@v1 - uses: julia-actions/julia-docdeploy@v1 env: