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: doc-deploy-dev/action.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ inputs:
19
19
description: 'Workflow name from where the artifacts are downloaded. By default, the current running workflow.'
20
20
required: false
21
21
type: string
22
+
checkout:
23
+
description: 'If ``True``, the project is checked out in the ``gh-pages`` branch. If ``False``, users are the ones in charge of performing the checkout step.'
24
+
required: false
25
+
default: true
26
+
type: string
22
27
23
28
runs:
24
29
using: "composite"
@@ -31,7 +36,7 @@ runs:
31
36
32
37
- name: "Checkout project in the GitHub Pages branch"
0 commit comments