Skip to content

Commit 6db5067

Browse files
authored
Merge pull request #291 from AaltoSciComp/radovan/workflow
actually build website: source branch is "master" not "main"
2 parents 759b8df + f634acb commit 6db5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: sphinx
1111
on: [push, pull_request]
1212

1313
env:
14-
DEFAULT_BRANCH: "main"
14+
DEFAULT_BRANCH: "master"
1515
# If these SPHINXOPTS are enabled, then be strict about the
1616
# builds and fail on any warnings.
1717
#SPHINXOPTS: "-W --keep-going -T"

0 commit comments

Comments
 (0)