Skip to content

Commit 70f3e28

Browse files
authored
Adapt wording regarding deploy_repo and repo_preview (#2706)
1 parent 3806ff5 commit 70f3e28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deploydocs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ forks.
145145
**`branch_previews`** is the branch to which pull request previews are deployed.
146146
It defaults to the value of `branch`.
147147
148-
**`repo_previews`** is the remote repository to which pull request previews are
149-
deployed. It defaults to the value of `repo`, and when specified manually, must
150-
follow its formatting scheme.
148+
**`repo_previews`** can be used to override the remote repository to which pull request previews are
149+
deployed. If this is not set, it will be the same as `deploy_repo` (if that is set) or `repo` otherwise.
150+
The expected format of the argument is the same as for `repo`.
151151
152152
!!! note
153153
Pull requests made from forks will not have previews.

0 commit comments

Comments
 (0)