Skip to content

Commit 1a0b1cf

Browse files
authored
Merge pull request #517 from mkurz/fix_dep_submission
Also submit dependencies from docs folder project
2 parents 9365a89 + 2ab43a4 commit 1a0b1cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependency-graph.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
ref: ${{ inputs.ref }}
2424
- uses: sbt/setup-sbt@v1
25+
- uses: scalacenter/sbt-dependency-submission@v3 # for root project
2526
- uses: scalacenter/sbt-dependency-submission@v3
27+
with:
28+
working-directory: ./docs/

0 commit comments

Comments
 (0)