Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix the build process of documentation page #321

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/users_guide/time_evolution/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
This part is still under construction, please visit [API](@ref doc-API) first.
3 changes: 3 additions & 0 deletions docs/src/users_guide/two_time_corr_func.md
Original file line number Diff line number Diff line change
@@ -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.
Loading