Skip to content

Commit

Permalink
Merge pull request #51 from Seasawher/lychee
Browse files Browse the repository at this point in the history
fix lychee issue
  • Loading branch information
Seasawher authored Jan 3, 2025
2 parents 1398bc4 + 56e5024 commit 2b0da67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
run: lake run build

- name: Run Link Checker
uses: lycheeverse/lychee-action@v2
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: --base book .
args: booksrc --base booksrc

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.colorTheme": "Ariake Dark",
}

0 comments on commit 2b0da67

Please sign in to comment.