From a82a64f6fd0b8ae1725138abaef61cf0d90c9487 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Date: Fri, 28 Jul 2023 15:32:16 -0400 Subject: [PATCH] Set devurl to latest --- .github/workflows/Documenter.yml | 2 +- docs/make.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index d39c5a3c..7bd6425c 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -23,7 +23,7 @@ jobs: with: cache-registries: "true" - name: Install documentation dependencies - run: julia --project=docs -e 'using Pkg; pkg"latest ."; Pkg.instantiate()' + run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate()' - name: Build and deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token diff --git a/docs/make.jl b/docs/make.jl index 5a2d74c3..cf43ea10 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -27,7 +27,7 @@ makedocs( build=joinpath(@__DIR__, "docs") ) -deploydocs(; repo="https://github.com/TidierOrg/TidierData.jl", push_preview=true, +deploydocs(; devurl="latest", repo="https://github.com/TidierOrg/TidierData.jl", push_preview=true, deps=Deps.pip("mkdocs", "pygments", "python-markdown-math", "mkdocs-material", "pymdown-extensions", "mkdocstrings", "mknotebooks", "pytkdocs_tweaks", "mkdocs_include_exclude_files", "jinja2", "mkdocs-video"),