Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
link チェックのためのワークフローを設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Apr 15, 2024
1 parent 96b3e72 commit 6503dd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- name: build
run: lake run build

- name: Run Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --base md --offline './md/*.md' './md/**/*.md'

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6503dd7

Please sign in to comment.