Skip to content

Commit 8e80505

Browse files
committed
fix urls
1 parent bb6a064 commit 8e80505

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/Comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
1212
uses: thollander/actions-comment-pull-request@71efef56b184328c7ef1f213577c3a90edaa4aff
1313
with:
14-
message: 'Once the build has completed, you can preview your PR at this URL: https://vchuravy.dev/Ariadne.jl/previews/PR${{ github.event.number }}/ in a couple of minutes.'
14+
message: 'Once the build has completed, you can preview your PR at this URL: https://numericalmathematics.github.io/Ariadne.jl/previews/PR${{ github.event.number }}/ in a couple of minutes.'
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/make.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,8 @@ makedocs(;
6868
sitename = "Ariadne.jl",
6969
format = Documenter.HTML(;
7070
prettyurls = get(ENV, "CI", "false") == "true",
71-
canonical = "https://vchuravy.dev/Ariadne.jl",
71+
canonical = "https://numericalmathematics.github.io/Ariadne.jl",
7272
assets = [
73-
asset(
74-
"https://plausible.io/js/plausible.js",
75-
class = :js,
76-
attributes = Dict(Symbol("data-domain") => "vchuravy.dev", :defer => "")
77-
),
7873
"assets/citations.css",
7974
],
8075
mathengine = MathJax3(),
@@ -94,7 +89,7 @@ makedocs(;
9489
)
9590

9691
deploydocs(;
97-
repo = "github.com/vchuravy/Ariadne.jl.git",
92+
repo = "github.com/NumericalMathematics/Ariadne.jl.git",
9893
devbranch = "main",
9994
push_preview = true,
10095
)

0 commit comments

Comments
 (0)