We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2648a commit 79a1e19Copy full SHA for 79a1e19
1 file changed
.github/workflows/docs.yml
@@ -79,3 +79,5 @@ jobs:
79
enable_jekyll: false
80
# Only deploy if there were changes
81
allow_empty_commit: false
82
+ # GH pages branch is getting super big, so we want to reduce it by creating an orphan branch
83
+ force_orphan: true
0 commit comments