diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index e73652eb..5a8222e2 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -29,6 +29,12 @@ permissions: contents: write deployments: write +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: pages + cancel-in-progress: false + jobs: benchmark: runs-on: ubuntu-latest diff --git a/docs/make.jl b/docs/make.jl index 3aca7289..83aafcd7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -51,7 +51,7 @@ const PAGES = [ ], "Solving for Steady-State Solutions" => "users_guide/steadystate.md", "Symmetries" => [], - "Two-time correlation functions" => [], + "Two-time correlation functions" => "users_guide/two_time_corr_func.md", "Extensions" => [ "users_guide/extensions/cuda.md", ], diff --git a/docs/src/users_guide/time_evolution/solution.md b/docs/src/users_guide/time_evolution/solution.md index 455c9499..1708b467 100644 --- a/docs/src/users_guide/time_evolution/solution.md +++ b/docs/src/users_guide/time_evolution/solution.md @@ -88,4 +88,4 @@ Some other solvers can have other output. ## [Multiple trajectories solution](@id doc-TE:Multiple-trajectories-solution) -This part is still under construction, please visit [API](@ref doc-API) first. \ No newline at end of file +This part is still under construction, please visit [API](@ref doc-API) first. diff --git a/docs/src/users_guide/two_time_corr_func.md b/docs/src/users_guide/two_time_corr_func.md new file mode 100644 index 00000000..18eb3596 --- /dev/null +++ b/docs/src/users_guide/two_time_corr_func.md @@ -0,0 +1,3 @@ +# [Two-time correlation functions](@id doc:Two-time-correlation-functions) + +This page is still under construction, please visit [API](@ref doc-API) first.