We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3627f1 commit 177d461Copy full SHA for 177d461
.github/workflows/Documentation.yml
@@ -2,7 +2,7 @@ name: Documentation
2
on:
3
push:
4
branches:
5
- - sm/3d
+ - master
6
tags: '*'
7
pull_request:
8
jobs:
docs/pages.jl
@@ -1,4 +1,6 @@
1
pages = ["index.md",
"Performance" => "features/performance.md",
+ "Best practices" => "features/best-practices.md",
+ "User inputs" => "tutorials/user_inputs.md"
"Tutorials" => "tutorials/theta.md"
]
0 commit comments