File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Generate and Deploy
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 0 * * *'
6
+ workflow_dispatch :
6
7
7
8
jobs :
8
9
generate :
40
41
with :
41
42
args :
42
43
zip -qq -r v${{ steps.package-version.outputs.current-version }}.zip
43
- public/v${{ steps.package-version.outputs.current-version }}
44
+ public/v${{steps.package-version.outputs.current-version }}
44
45
45
46
- name : Upload Latest Release
46
47
uses : actions/upload-artifact@v2
55
56
file : v${{ steps.package-version.outputs.current-version }}.zip
56
57
asset_name : v${{ steps.package-version.outputs.current-version }}.zip
57
58
tag : v${{ steps.package-version.outputs.current-version }}
58
- overwrite : true
59
+ overwrite : true
59
60
60
61
- name : Deploy
61
62
uses : peaceiris/actions-gh-pages@v3
64
65
publish_dir : ./public
65
66
keep_files : true
66
67
cname : dsearch.mask.r2d2.to
67
-
68
-
You can’t perform that action at this time.
0 commit comments