@@ -51,13 +51,13 @@ jobs:
51
51
source : ./lua/src
52
52
output : ./website/src/lib/lib/script-data.json
53
53
- name : Generate the docs
54
- uses :
finale-lua/[email protected] .3
54
+ uses :
finale-lua/[email protected] .4
55
55
with :
56
56
input : " ./lua/src/library"
57
57
repositoryUrl : " https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/library"
58
58
output : " ./lua/docs/library"
59
59
- name : Generate the docs
60
- uses :
finale-lua/[email protected] .3
60
+ uses :
finale-lua/[email protected] .4
61
61
with :
62
62
input : " ./lua/src/mixin"
63
63
repositoryUrl : " https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/mixin"
@@ -66,15 +66,15 @@ jobs:
66
66
- run : " cp -R lua/docs website/docs"
67
67
- name : Commit & Push docs to website
68
68
if : github.event_name == 'push'
69
- uses : actions-js/ push@v1.4
69
+ uses : finale-lua/commit-and- push@1.4.1
70
70
with :
71
71
github_token : ${{ secrets.NICK_PERSONAL_TOKEN }}
72
72
directory : website
73
73
branch : main
74
74
repository : finale-lua/jw-lua-scripts-docs
75
75
- name : Commit & Push docs to this repo
76
76
if : github.event_name == 'push'
77
- uses : actions-js/ push@v1.4
77
+ uses : finale-lua/commit-and- push@1.4.1
78
78
with :
79
79
github_token : ${{ secrets.NICK_PERSONAL_TOKEN }}
80
80
directory : lua
0 commit comments