We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025dc4a commit 581784eCopy full SHA for 581784e
.github/workflows/docs.yml
@@ -5,7 +5,7 @@ name: Jupyter Book (via myst) GitHub Pages Deploy
5
on:
6
push:
7
# Runs on pushes targeting the default branch
8
- branches: [main]
+ branches: [mmaster]
9
env:
10
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
11
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
0 commit comments