This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 934989257 fix link-validator.yml (#676)
934989257 is described below
commit 934989257fb61a3210d5aca3b3f21599adfec863
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 1 16:46:30 2024 +0100
fix link-validator.yml (#676)
---
.github/workflows/link-validator.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index b14c716b6..32d2455eb 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -24,6 +24,9 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6
+ - name: Setup Coursier
+ uses: coursier/setup-action@v1
+
- name: sbt site
run: sbt docs/makeSite
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]