Skip to content

Commit 6c05332

Browse files
committed
build: upload DEPENDENCIES to GitHub Pages
1 parent 3e9ee63 commit 6c05332

File tree

4 files changed

+6
-356
lines changed

4 files changed

+6
-356
lines changed

.github/workflows/trigger_snapshot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
Publish-Snapshot:
11-
# This workflow will abort if the required secrets don't exist
1211
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
1312
secrets: inherit
13+
14+
Publish-Dependencies:
15+
uses: eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
16+
secrets: inherit

.github/workflows/verify.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Run Checkstyle
3131
run: ./gradlew checkstyleMain checkstyleTest checkstyleTestFixtures
3232

33-
Dependency-Check:
34-
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
35-
secrets: inherit
36-
3733
Javadoc:
3834
runs-on: ubuntu-latest
3935
steps:
@@ -140,4 +136,4 @@ jobs:
140136
uses: eclipse-edc/.github/.github/workflows/verify-bom.yml@main
141137
with:
142138
module-dir: ${{ matrix.bom-directory }}
143-
properties-file: example.properties
139+
properties-file: example.properties

0 commit comments

Comments
 (0)