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