diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index f32fc6f165..c8e405457d 100644 --- a/.github/workflows/check-documentation-urls.yml +++ b/.github/workflows/check-documentation-urls.yml @@ -4,10 +4,12 @@ on: push: tags: - n8n@* + schedule: + - cron: '0 0 * * *' workflow_dispatch: jobs: - build: + check-docs-urls: runs-on: ubuntu-latest timeout-minutes: 5 @@ -23,7 +25,7 @@ jobs: cache: 'pnpm' - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Build nodes-base run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n-nodes-base build diff --git a/package.json b/package.json index 37ec66c918..190ba8cc55 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "jest-mock": "^29.4.2", "nock": "^13.2.9", "node-fetch": "^2.6.7", + "p-limit": "^3.1.0", "prettier": "^2.8.3", "rimraf": "^3.0.2", "run-script-os": "^1.0.7", diff --git a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json index 08432a4cc2..d4434eed4c 100644 --- a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json +++ b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json @@ -6,7 +6,7 @@ "resources": { "primaryDocumentation": [ { - "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.htmlextract/" + "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/" } ], "generic": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 887327f2b5..d56810db38 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,6 +39,7 @@ importers: n8n: '*' nock: ^13.2.9 node-fetch: ^2.6.7 + p-limit: ^3.1.0 prettier: ^2.8.3 rimraf: ^3.0.2 run-script-os: ^1.0.7 @@ -62,6 +63,7 @@ importers: jest-mock: 29.4.2 nock: 13.2.9 node-fetch: 2.6.7 + p-limit: 3.1.0 prettier: 2.8.3 rimraf: 3.0.2 run-script-os: 1.1.6