Skip to content

Commit

Permalink
change documenter deploy keys
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoming committed Sep 29, 2023
1 parent bce522b commit b779451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| **Documentation** | **Build Status** |
|:-----------------:|:----------------:|
| [![doc dev badge](https://img.shields.io/badge/docs-dev-blue.svg)](https://xiaomingfu2013.github.io/DelaySSAToolkit.jl/dev/) | [![ci badge](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml?query=branch%3Amain) [![cov badge](https://codecov.io/gh/palmtree2013/DelaySSAToolkit.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palmtree2013/DelaySSAToolkit.jl) |
| [![doc dev badge](https://img.shields.io/badge/docs-dev-blue.svg)](https://xiaomingfu2013.github.io/DelaySSAToolkit.jl/dev/) | [![ci badge](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml?query=branch%3Amain) [![cov badge](https://codecov.io/gh/xiaomingfu2013/DelaySSAToolkit.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/xiaomingfu2013/DelaySSAToolkit.jl) |

DelaySSAToolkit.jl is a tool developed on top of [JumpProcesses.jl](https://github.com/SciML/JumpProcesses.jl) in Julia which solves the stochastic simulation [[1]](#1) coupled with delays. A portion of this library’s code is taken from the MIT licensed JumpProcesses.jl library.
That code is copyright (c) 2017: Chris Rackauckas. This package contains the following features:
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ DocMeta.setdocmeta!(
makedocs(;
modules=[DelaySSAToolkit],
authors="Xiaoming Fu",
repo="https://github.com/palmtree2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}",
repo="https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}",
sitename="DelaySSAToolkit.jl",
format=Documenter.HTML(;
mathengine=Documenter.Writers.HTMLWriter.MathJax2(),
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://palmtree2013.github.io/DelaySSAToolkit.jl",
canonical="https://xiaomingfu2013.github.io/DelaySSAToolkit.jl",
assets=String[],
),
pages=[
Expand All @@ -37,4 +37,4 @@ makedocs(;
],
)

deploydocs(; repo="github.com/palmtree2013/DelaySSAToolkit.jl", devbranch="main")
deploydocs(; repo="github.com/xiaomingfu2013/DelaySSAToolkit.jl", devbranch="main")

0 comments on commit b779451

Please sign in to comment.