Skip to content

Commit d770116

Browse files
committed
chore: Further updates for node 20
I would like to switch to EndBug/add-and-commit, but there are too many unknowns with different repos and branches.
1 parent 935bd05 commit d770116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
source: ./lua/src
4747
output: ./website/src/lib/lib/script-data.json
4848
- name: Generate the docs
49-
uses: finale-lua/[email protected].3
49+
uses: finale-lua/[email protected].4
5050
with:
5151
input: "./lua/src/library"
5252
repositoryUrl: "https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/library"
5353
output: "./lua/docs/library"
5454
- name: Generate the docs
55-
uses: finale-lua/[email protected].3
55+
uses: finale-lua/[email protected].4
5656
with:
5757
input: "./lua/src/mixin"
5858
repositoryUrl: "https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/mixin"
@@ -61,15 +61,15 @@ jobs:
6161
- run: "cp -R lua/docs website/docs"
6262
- name: Commit & Push docs to website
6363
if: github.event_name == 'push'
64-
uses: actions-js/push@v1.4
64+
uses: finale-lua/commit-and-push@1.4.1
6565
with:
6666
github_token: ${{ secrets.NICK_PERSONAL_TOKEN }}
6767
directory: website
6868
branch: main
6969
repository: finale-lua/jw-lua-scripts-docs
7070
- name: Commit & Push docs to this repo
7171
if: github.event_name == 'push'
72-
uses: actions-js/push@v1.4
72+
uses: finale-lua/commit-and-push@1.4.1
7373
with:
7474
github_token: ${{ secrets.NICK_PERSONAL_TOKEN }}
7575
directory: lua

0 commit comments

Comments
 (0)