diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 72f40322..b1483f5f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -8,6 +8,7 @@ on: - 'release-' tags: '*' pull_request: + workflow_dispatch: jobs: build: diff --git a/docs/make.jl b/docs/make.jl index d1cec878..5238a42a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,4 +12,4 @@ makedocs(; modules=[TensorKit], "Library" => ["lib/sectors.md", "lib/spaces.md", "lib/tensors.md"], "Index" => ["index/index.md"]]) -deploydocs(; repo="github.com/Jutho/TensorKit.jl.git") +deploydocs(; repo="github.com/Jutho/TensorKit.jl.git", push_preview=true)