Skip to content

Commit

Permalink
Merge pull request #34 from open-AIMS/julia-1-11-update
Browse files Browse the repository at this point in the history
Julia 1.11 update (separate manifest), 1.11 Documenter
  • Loading branch information
arlowhite authored Oct 20, 2024
2 parents 439334a + 66bbf65 commit 25fe2a8
Show file tree
Hide file tree
Showing 7 changed files with 2,785 additions and 112 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- main
tags: ['*']
pull_request:
paths:
- 'docs/Manifest.toml'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'
- name: Pull Julia cache
uses: julia-actions/cache@v2
# - name: Install documentation dependencies
Expand Down
Loading

0 comments on commit 25fe2a8

Please sign in to comment.