Skip to content

Commit

Permalink
Merge branch 'lb/docs_additions' of https://github.com/leburgel/Tenso…
Browse files Browse the repository at this point in the history
…rKit.jl into lb/docs_additions
  • Loading branch information
leburgel committed Mar 6, 2024
2 parents da192a3 + 137fdf5 commit 8b7cd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'release-'
tags: '*'
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8b7cd03

Please sign in to comment.