Skip to content

Commit

Permalink
Merge pull request #519 from playframework/mergify/bp/7.x/pr-517
Browse files Browse the repository at this point in the history
[7.x] Also submit dependencies from docs folder project (backport #517) by @mkurz
  • Loading branch information
mkurz authored Feb 23, 2025
2 parents d333732 + 71314f2 commit 79206f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.ref }}
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3 # for root project
- uses: scalacenter/sbt-dependency-submission@v3
with:
working-directory: ./docs/

0 comments on commit 79206f4

Please sign in to comment.