Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 13, 2024
1 parent c1b6777 commit e8342b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-fafdevelop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ jobs:

changelog-lua:
name: Convert changelogs to Lua
needs: [changelog]
uses: ./.github/workflows/docs-convert-changelog.yaml
with:
artifact: fafdevelop

update:
name: Update FAF Develop
needs: [test, changelog]
needs: [test, changelog-lua]
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout/tree/v4/
Expand Down

0 comments on commit e8342b2

Please sign in to comment.