We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5034872 commit 3b5e430Copy full SHA for 3b5e430
action.yml
@@ -14,6 +14,10 @@ inputs:
14
github_personal_access_token:
15
description: 'GitHub personal access token'
16
required: true
17
+ delete_history:
18
+ description: 'If enabled, will delete the archive history while keeping the most recent version'
19
+ required: false
20
+ default: false
21
archive_branch:
22
description: 'Branch where to commit archive files (should coincide with GH Pages branch)'
23
# legacy
0 commit comments