Skip to content

Commit

Permalink
Update Documenter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk authored Aug 23, 2024
1 parent 23beadf commit 48e8bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 48e8bb3

Please sign in to comment.