mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
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
This commit is contained in:
parent
f7cbd6b17e
commit
b25c10a0e1
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue