You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+90-2Lines changed: 90 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,17 @@ inputs:
16
16
required: false
17
17
# Default must match default for path in actions/upload-pages-artifact.
18
18
default: "_site/"
19
+
include-branches:
20
+
description: If true, includes non-default branch publication to the "_branch/<branch_name>" path; ignored if include-pages is false.
21
+
required: false
22
+
default-branch:
23
+
description: Default branch for include-branches to filter; ignored if include-branches is false. Default is "main".
24
+
required: false
25
+
default: "main"
26
+
pages-archive:
27
+
description: Pages archive name; ignored if include-branches is false. Default is "_pages". Temporary directory with this name will be created during build and ZIP file with this name will be published to the root.
0 commit comments