Skip to content

Commit 3e22d1e

Browse files
committed
add dev to docs switcher
1 parent bcb7d6f commit 3e22d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pages/make_switcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_versions(ref: str, add: Optional[str], remove: Optional[str]) -> List[st
4545

4646
# Make the sorted versions list from main branches and tags
4747
versions: List[str] = []
48-
for version in ["master", "main"] + tags:
48+
for version in ["dev", "main"] + tags:
4949
if version in builds:
5050
versions.append(version)
5151
builds.remove(version)

0 commit comments

Comments
 (0)