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: .github/workflows/docs-build-push.yml
+11-12
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,11 @@ on:
20
20
description: "Directory of built docs files. Hugo default would be `./public/`"
21
21
required: true
22
22
type: string
23
-
cdn_content_path:
24
-
description: "The content path to be purged. Change to main docs repo currently requires a full '/*' purge, unless we add logic to determine specifically which docs were updated"
25
-
required: true
23
+
docs_build_path:
24
+
description: "Directory where hugo or sphinx build command should be run from"
25
+
required: false
26
26
type: string
27
+
default: ./
27
28
doc_type:
28
29
type: string
29
30
description: "Type of source docs. Currently supports 'hugo' and 'sphinx'"
0 commit comments