Skip to content

docs: Added Canopy integration #1758

docs: Added Canopy integration

docs: Added Canopy integration #1758

name: Links
on:
push:
branches: [ master ]
pull_request:
branches: [ '**' ]
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
- name: Run hugo
run: cd qdrant-landing && hugo -b 'https://qdrant.tech/'
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --offline qdrant-landing/public
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}