From 392cf5240c0f3cc652a2539bc9bf403ba7669b16 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 31 Dec 2022 08:48:09 +0800 Subject: [PATCH] #252 temp disable lychee --- .github/workflows/cd.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e4ee6db..11e9abd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -42,14 +42,14 @@ jobs: - uses: teaxyz/setup@v0 with: target: build - - - name: Check for broken links - uses: lycheeverse/lychee-action@v1 - with: - fail: true - args: --verbose --no-progress './public/**/*.md' './public/**/*.html' - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + # NOTE: temp disabled? maybe can be addressed by https://github.com/teaxyz/www/issues/252 + # - name: Check for broken links + # uses: lycheeverse/lychee-action@v1 + # with: + # fail: true + # args: --verbose --no-progress './public/**/*.md' './public/**/*.html' + # env: + # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ## means s3 sync will only sync things we need sync’d # - uses: chetan/git-restore-mtime-action@v1