Skip to content

Commit

Permalink
Deploying to master from @ 9f6f1a1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Nov 17, 2023
1 parent 69fe94c commit 5b17225
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/favicon.ico"> <title>JuliaHealth</title> <header> <div class=blog-name ><a href="/">JuliaHealth</a></div> <img src="/assets/julia-health-logo.png" alt="JuliaHealth logo" title="JuliaHealth logo" style="width: 25%; height: 25%; align:center" /> <nav> <ul> <li><a href="/">Home</a> <li><a href="https://github.com/JuliaHealth">GitHub</a> <li><a href="/related-organizations">Related Organizations</a> <li><a href="/meeting-notes">Meeting Notes</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> </header> <div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> <div class=page-foot > <div class=copyright > &copy; JuliaHealth contributors. Last updated: November 14, 2023. <a id=github href="https://github.com/JuliaHealth/juliahealth.github.io/blob/dev/404.md">Edit this page on GitHub</a>. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. Powered by the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div>
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/favicon.ico"> <title>JuliaHealth</title> <header> <div class=blog-name ><a href="/">JuliaHealth</a></div> <img src="/assets/julia-health-logo.png" alt="JuliaHealth logo" title="JuliaHealth logo" style="width: 25%; align:center" /> <nav> <ul> <li><a href="/">Home</a> <li><a href="https://github.com/JuliaHealth">GitHub</a> <li><a href="/related-organizations">Related Organizations</a> <li><a href="/meeting-notes">Meeting Notes</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> </header> <div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> <div class=page-foot > <div class=copyright > &copy; JuliaHealth contributors. Last updated: November 17, 2023. <a id=github href="https://github.com/JuliaHealth/juliahealth.github.io/blob/dev/404.md">Edit this page on GitHub</a>. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. Powered by the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div>
10 changes: 5 additions & 5 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.9.3"
julia_version = "1.9.4"
manifest_format = "2.0"
project_hash = "7f6b3460b3f9f8414c6b163fd3b5db0c9a5b1c28"

Expand Down Expand Up @@ -115,12 +115,12 @@ version = "0.21.4"
[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
version = "0.6.3"
version = "0.6.4"

[[deps.LibCURL_jll]]
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
version = "7.84.0+0"
version = "8.4.0+0"

[[deps.LibGit2]]
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
Expand All @@ -129,7 +129,7 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
[[deps.LibSSH2_jll]]
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
version = "1.10.2+0"
version = "1.11.0+1"

[[deps.Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down Expand Up @@ -314,7 +314,7 @@ version = "1.0.20+0"
[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
version = "1.48.0+0"
version = "1.52.0+1"

[[deps.p7zip_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down
Loading

0 comments on commit 5b17225

Please sign in to comment.