From 41156446e449dc4e7042d6f751b1f722383f27d3 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Mon, 1 Dec 2025 09:18:48 -0500 Subject: [PATCH 1/2] fix inc path --- docs/lit/mri/99-varpro1.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lit/mri/99-varpro1.jl b/docs/lit/mri/99-varpro1.jl index bd83f91..ed2627a 100644 --- a/docs/lit/mri/99-varpro1.jl +++ b/docs/lit/mri/99-varpro1.jl @@ -452,4 +452,4 @@ Biexponential case: - Newton's method? =# -include("../../../inc/reproduce.jl") +include("../../inc/reproduce.jl") From 3ebd57a491ccc2b4d6ae30f96a1dd9ba7893a505 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Mon, 1 Dec 2025 09:44:34 -0500 Subject: [PATCH 2/2] v5-v6 and previews --- .github/workflows/Documentation.yml | 4 ++-- .github/workflows/SpellCheck.yml | 2 +- .github/workflows/clean.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index fc65705..09f4fed 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: '1' @@ -41,7 +41,7 @@ jobs: - name: BuildAndDeploy env: # https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Authentication:-GITHUB_TOKEN -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for previews ssh: ${{ secrets.DOCUMENTER_KEY }} DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} run: julia --project=docs/ docs/make.jl diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index ba900a2..b156e88 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check spelling uses: crate-ci/typos@master diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index b3c166c..b8a8b4d 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes