Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/generate-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down