From b25c10a0e16cdc9881defbc97dfac47935514462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Tue, 14 Feb 2023 13:00:15 +0100 Subject: [PATCH] ci: Update the "Check Documentation URLs" workflow (no-changelog) (#5473) * ci: Update the "Check Documentation URLs" workflow (no-changelog) * fix the documentation url for HtmlExtract node --- .github/workflows/check-documentation-urls.yml | 6 ++++-- package.json | 1 + packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json | 2 +- pnpm-lock.yaml | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index f32fc6f16..c8e405457 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 37ec66c91..190ba8cc5 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 08432a4cc..d4434eed4 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 887327f2b..d56810db3 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