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 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")