Skip to content

Commit 8560af4

Browse files
Merge pull request #5 from ConnectedSystems/docs-cleanup
Adjust doc build config
2 parents 580b5cb + f61cef9 commit 8560af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: julia-actions/setup-julia@v1
1919
with:
20-
version: '1.8'
20+
version: '1.11'
2121
- uses: julia-actions/cache@v1
2222
- name: Install dependencies
2323
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

docs/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,9 +1742,9 @@ version = "0.8.5+0"
17421742

17431743
[[deps.OpenMPI_jll]]
17441744
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
1745-
git-tree-sha1 = "ec764453819f802fc1e144bfe750c454181bd66d"
1745+
git-tree-sha1 = "ab6596a9d8236041dcd59b5b69316f28a8753592"
17461746
uuid = "fe0851c0-eecd-5654-98d4-656369965a5c"
1747-
version = "5.0.8+0"
1747+
version = "5.0.9+0"
17481748

17491749
[[deps.OpenSSH_jll]]
17501750
deps = ["Artifacts", "JLLWrappers", "Libdl", "OpenSSL_jll", "Zlib_jll"]

0 commit comments

Comments
 (0)