revert non-scalafmt changes
diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml
index 77d912a..e579e66 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -70,9 +70,8 @@
- name: "Create all API docs and create site with Paradox"
run: sbt docs/makeSite
-# TODO: Fix after documentation updates
-# - name: Run Link Validator
-# run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
+ - name: Run Link Validator
+ run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
connectors:
runs-on: ubuntu-20.04
diff --git a/.github/workflows/license-and-vulnerabilities.yml b/.github/workflows/license-and-vulnerabilities.yml
index 6690bac..930d235 100644
--- a/.github/workflows/license-and-vulnerabilities.yml
+++ b/.github/workflows/license-and-vulnerabilities.yml
@@ -11,7 +11,7 @@
jobs:
license-and-vulnerabilities-scanning:
name: Analyse
- if: github.repository == 'apache/incubator-pekko-connectors'
+ if: github.repository == 'akka/alpakka'
runs-on: ubuntu-latest
steps:
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index aa8e3d5..5a7b65c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,32 +1,31 @@
-# 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: adopt@1.11.0-9
-#
-# - name: Cache Coursier cache
-# uses: coursier/cache-action@v6.4.0
-#
-# - 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
+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: adopt@1.11.0-9
+
+ - name: Cache Coursier cache
+ uses: coursier/cache-action@v6.4.0
+
+ - 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
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 1ca3696..81ea1e2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,7 +13,7 @@
jobs:
release:
# runs on main repo only
- if: github.repository == 'apache/incubator-pekko-connectors'
+ if: github.repository == 'akka/alpakka'
name: Release
environment: release
runs-on: ubuntu-20.04
@@ -39,13 +39,12 @@
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt ci-release
-# TODO: fix after documentation deploy
-# - name: Publish API and reference documentation
-# env:
-# GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
-# run: |+
-# eval "$(ssh-agent -s)"
-# echo $GUSTAV_KEY | base64 -di > .github/id_rsa
-# chmod 600 .github/id_rsa
-# ssh-add .github/id_rsa
-# sbt +~2.13 docs/publishRsync
+ - name: Publish API and reference documentation
+ env:
+ GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
+ run: |+
+ eval "$(ssh-agent -s)"
+ echo $GUSTAV_KEY | base64 -di > .github/id_rsa
+ chmod 600 .github/id_rsa
+ ssh-add .github/id_rsa
+ sbt +~2.13 docs/publishRsync