Skip to content

Commit

Permalink
Merge pull request #377 from ptiede/ptiede-docs1.10
Browse files Browse the repository at this point in the history
Update Documentation.yml
  • Loading branch information
ptiede authored Nov 8, 2024
2 parents d5781aa + 45277f9 commit 0bc8bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
architecture: ${{ matrix.arch }}
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.10'
- uses: julia-actions/cache@v2
- name: Install docs dependencies
run: julia --project=docs -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(url="https://github.com/ptiede/ComradeBase.jl")]); Pkg.instantiate()'
Expand All @@ -53,4 +53,4 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
GKSwstype: "100" # for Plots.jl plots (if you have them)
JULIA_DEBUG: "Documenter"
DATADEPS_ALWAYS_ACCEPT: true
DATADEPS_ALWAYS_ACCEPT: true

0 comments on commit 0bc8bfc

Please sign in to comment.