Skip to content

Instantly share code, notes, and snippets.

@svx
Created February 5, 2019 11:54
Show Gist options
  • Select an option

  • Save svx/9e0eeeeccb5f61a4a6e4e39e08fc84ff to your computer and use it in GitHub Desktop.

Select an option

Save svx/9e0eeeeccb5f61a4a6e4e39e08fc84ff to your computer and use it in GitHub Desktop.
pipeline:
linkcheck:
image: testthedocs/ttd-linkcheck
commands: su-exec ttd /usr/local/bin/linkcheck -c '200,301,302' -t 5 docs
vale:
image: testthedocs/ttd-vale
commands: su-exec ttd vale --config='/srv' docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment