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/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d7b32748 Update link-validator.yml (#19)
d7b32748 is described below

commit d7b3274845448f7c29b4e003cc2a0c1a63311c11
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 10 10:52:10 2023 +0100

    Update link-validator.yml (#19)
---
 .github/workflows/link-validator.yml | 58 ++++++++++++++++++------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index aa8e3d54..5abdb668 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,32 +1,32 @@
+name: Link Validator
+
+on:
+  schedule:
+    - cron:  '0 6 * * 1'
+
+jobs:
+  validate-links:
+    runs-on: ubuntu-18.04
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+        with: # 
https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
+          fetch-depth: 100
+
+      - name: Fetch tags
+        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
+
+      - name: Set up JDK 11
+        uses: olafurpg/setup-scala@v13
+        with:
+          java-version: [email protected]
+
+      - name: Cache Coursier cache
+        uses: coursier/[email protected]
+
+      - name: sbt site
+        run: sbt docs/makeSite
+
 # TODO: Fix after documentation updates
-#name: Link Validator
-#
-#on:
-#  schedule:
-#    - cron:  '0 6 * * 1'
-#
-#jobs:
-#  validate-links:
-#    runs-on: ubuntu-18.04
-#    steps:
-#      - name: Checkout
-#        uses: actions/checkout@v2
-#        with: # 
https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
-#          fetch-depth: 100
-#
-#      - name: Fetch tags
-#        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
-#
-#      - name: Set up JDK 11
-#        uses: olafurpg/setup-scala@v13
-#        with:
-#          java-version: [email protected]
-#
-#      - name: Cache Coursier cache
-#        uses: coursier/[email protected]
-#
-#      - name: sbt site
-#        run: sbt docs/makeSite
-#
 #      - name: Run Link Validator
 #        run: cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to