From 56e5024e5b93e03ac92d7bc6190981af94264a69 Mon Sep 17 00:00:00 2001 From: Seasawher Date: Sat, 4 Jan 2025 04:05:42 +0900 Subject: [PATCH] fix lychee issue --- .github/dependabot.yml | 9 --------- .github/workflows/deploy.yml | 4 ++-- .vscode/settings.json | 3 +++ 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 .vscode/settings.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index d43df3c..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -# See the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a569531..44cd614 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d9ed794 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "workbench.colorTheme": "Ariake Dark", +} \ No newline at end of file