diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index a2b7431..7f90f3c 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -18,10 +18,10 @@ jobs: 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" + #- 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@v2 - uses: julia-actions/julia-docdeploy@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}