Skip to content

Commit

Permalink
Merge pull request #11694 from mkurz/dependency-grap-docs
Browse files Browse the repository at this point in the history
Submit dependency-graph for docs build.sbt as well
  • Loading branch information
mkurz committed Feb 28, 2023
2 parents 8fe75f9 + e686f49 commit 3c21f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Dependency Graph
on:
pull_request:
push:
branches:
- main
Expand All @@ -22,4 +21,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
- uses: scalacenter/sbt-dependency-submission@v2
- uses: scalacenter/sbt-dependency-submission@v2 # for ./build.sbt in root folder
- uses: scalacenter/sbt-dependency-submission@v2 # for ./build.sbt in documentation folder
with:
working-directory: './documentation/'

0 comments on commit 3c21f31

Please sign in to comment.