Skip to content

Commit

Permalink
add workaround for documenter action
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Feb 19, 2024
1 parent dafb1d9 commit e0cd730
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0cd730

Please sign in to comment.