Skip to content

Commit cb64157

Browse files
committed
build: upload DEPENDENCIES to GitHub Pages
1 parent d7b4222 commit cb64157

File tree

4 files changed

+6
-367
lines changed

4 files changed

+6
-367
lines changed

.github/workflows/trigger_snapshot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ jobs:
1111
# This workflow will abort if the required secrets don't exist
1212
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
1313
secrets: inherit
14+
15+
Publish-Dependencies:
16+
uses: eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
17+
secrets: inherit

.github/workflows/verify.yaml

-4
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:

0 commit comments

Comments
 (0)