mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
yesterday c7643413f15c54615cea45cf0a98e4d8f73810e6
ci(fix): lychee checks only homepage not full site

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
2 files modified
10 ■■■■ changed files
lychee.toml 2 ●●●●● patch | view | raw | blame | history
package.json 8 ●●●● patch | view | raw | blame | history
lychee.toml
@@ -3,3 +3,5 @@
format = "detailed"
mode = "emoji"
# Base URL or website root directory to check relative URLs.
base_url = "http://localhost:1313"
package.json
@@ -45,12 +45,13 @@
    "markdownlint-rule-title-case-style": "0.4.3"
  },
  "scripts": {
    "lint:links": "lychee --config lychee.toml http://localhost:1313/",
    "lint:links": "lychee --config lychee.toml public",
    "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
    "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
    "release": "wireit",
    "release:pre": "wireit",
    "server": "wireit"
    "server": "wireit",
    "update:docs": "wireit"
  },
  "wireit": {
    "release": {
@@ -61,6 +62,9 @@
    },
    "server": {
      "command": "hugo server --environment documentation"
    },
    "update:docs": {
      "command": "git add docs/ && (git diff --cached --quiet || git commit -m \"chore(git): update documentation submodule\")"
    }
  },
  "cspell": {