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