Skip to content

Commit

Permalink
Merge pull request finale-lua#607 from asherber/fix-actions
Browse files Browse the repository at this point in the history
Update doc-generator action
  • Loading branch information
asherber authored Dec 2, 2023
2 parents 0a93559 + 6207415 commit 4253cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
source: ./lua/src
output: ./website/src/lib/lib/script-data.json
- name: Generate the docs
uses: finale-lua/[email protected].1
uses: finale-lua/[email protected].2
with:
input: './lua/src/library'
repositoryUrl: 'https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/library'
output: './lua/docs/library'
- name: Generate the docs
uses: finale-lua/[email protected].1
uses: finale-lua/[email protected].2
with:
input: './lua/src/mixin'
repositoryUrl: 'https://github.com/finale-lua/lua-scripts/tree/${{ github.ref }}/src/mixin'
Expand Down

0 comments on commit 4253cff

Please sign in to comment.