diff --git a/.github/workflows/generate-preview.yml b/.github/workflows/generate-preview.yml index 84eff410c..2ec7bba33 100644 --- a/.github/workflows/generate-preview.yml +++ b/.github/workflows/generate-preview.yml @@ -17,6 +17,14 @@ jobs: with: # we need to checkout tk-doc-generator submodule as well. submodules: 'true' + - name: Lint markdown + uses: avto-dev/markdown-lint@v1.5.0 + with: + args: './docs/**/*.md' + + # TODO: REMOVE + continue-on-error: true + - name: Setup Ruby uses: ruby/setup-ruby@v1 with: @@ -38,3 +46,10 @@ jobs: DOC_PATH: PR_NUMBER: ${{ github.event.number }} run: python ./tk-doc-generator/actions-generate-docs.py + - name: Check for broken links + uses: filiph/linkcheck@v2.0.15+1 + with: + arguments: http://sg-devdocs.s3-website-us-east-1.amazonaws.com/tk-doc-generator/${{ github.sha }}/ + + # TODO: REMOVE + continue-on-error: true diff --git a/docs/en/trusted-solutions/tier1/setup/media_segregation_s3_proxy.md b/docs/en/trusted-solutions/tier1/setup/media_segregation_s3_proxy.md index 3de278e64..700a5ccf8 100644 --- a/docs/en/trusted-solutions/tier1/setup/media_segregation_s3_proxy.md +++ b/docs/en/trusted-solutions/tier1/setup/media_segregation_s3_proxy.md @@ -1,6 +1,6 @@ --- layout: default -title: Media Traffic Isolation - S3 Proxy +title: "Media Traffic Isolation - S3 Proxy" pagename: tier1-setup-media_segregation_s3_proxy lang: en ---