File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ max_artifact_size = 524288000
47
47
[server ]
48
48
address = " 0.0.0.0"
49
49
port = 8000
50
- publish_url = " https://doc-previewer.pydata.org/"
50
+ url = " https://doc-previewer.pydata.org/"
51
51
52
52
[github ]
53
53
entrypoint = " https://api.github.com/repos/"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ max_artifact_size = 524288000
5
5
[server ]
6
6
address = " 0.0.0.0"
7
7
port = 8000
8
- publish_url = " https://doc-previewer.pydata.org/"
8
+ url = " https://doc-previewer.pydata.org/"
9
9
10
10
[github ]
11
11
entrypoint = " https://api.github.com/repos/"
Original file line number Diff line number Diff line change 11
11
/// [server]
12
12
/// address = "0.0.0.0"
13
13
/// port = 8000
14
- /// publish_url = "https://doc-previewer.pydata.org/"
14
+ /// url = "https://doc-previewer.pydata.org/"
15
15
///
16
16
/// [github]
17
17
/// entrypoint = "https://api.github.com/repos/"
You can’t perform that action at this time.
0 commit comments