Skip to content

Commit

Permalink
Set devurl to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh committed Jul 28, 2023
1 parent 05c3af3 commit a82a64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit a82a64f

Please sign in to comment.