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.
main
1 parent 68bb703 commit 0a1f561Copy full SHA for 0a1f561
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
name: Tests
2
on:
3
push:
4
- branches: ["master"]
+ branches: ["main"]
5
pull_request:
6
branches: ["*"]
7
jobs:
docs/source/conf.py
@@ -75,7 +75,7 @@
75
html_context = {
76
"github_user": "jupyterlab", # Username
77
"github_repo": "jupyterlab_server", # Repo name
78
- "github_version": "master", # Version
+ "github_version": "main", # Version
79
"doc_path": "/docs/source/", # Path in the checkout to the docs root
80
}
81
0 commit comments