From 01b3fabaf5fca8fd55070618c722edc4b35c0831 Mon Sep 17 00:00:00 2001 From: Eliassj <116676054+Eliassj@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:45:03 +0200 Subject: [PATCH 1/2] Update repository links to JuliaStats --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 173efcd..ec32bc1 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,7 @@ makedocs(; authors = "Mauricio Tec, Elias Sjölin and contributors", sitename = "AdaptiveRejectionSampling.jl", format = Documenter.HTML(; - canonical = "https://mauriciogtec.github.io/AdaptiveRejectionSampling.jl", + canonical = "https://juliastats.org/AdaptiveRejectionSampling.jl", edit_link = "master", assets = ["assets/favicon.ico"], ), @@ -27,9 +27,9 @@ makedocs(; "References" => "references.md", ], plugins = [bib], - repo = Remotes.GitHub("mauriciogtec", "AdaptiveRejectionSampling.jl"), + repo = Remotes.GitHub("JuliaStats", "AdaptiveRejectionSampling.jl"), checkdocs = :public, warnonly = [:missing_docs], ) -deploydocs(; repo = "github.com/mauriciogtec/AdaptiveRejectionSampling.jl") +deploydocs(; repo = "github.com/JuliaStats/AdaptiveRejectionSampling.jl") From e59e93ccf2304746f97db0892ad8c5b8bcdbdc47 Mon Sep 17 00:00:00 2001 From: Eliassj <116676054+Eliassj@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:53:05 +0200 Subject: [PATCH 2/2] Update GitHub Actions workflow to include all branches --- .github/workflows/Test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 4d5bcc3..56ecbfc 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -3,8 +3,9 @@ name: Test on: push: branches: - - master - tags: ["*"] + - "**" + tags: + - "**" workflow_dispatch: jobs: @@ -27,9 +28,7 @@ jobs: os: - ubuntu-latest - macOS-latest - - windows-latest - arch: - x64 allow_failure: [false]