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:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- n8n@*
|
- n8n@*
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
check-docs-urls:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
@ -23,7 +25,7 @@ jobs:
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build nodes-base
|
- name: Build nodes-base
|
||||||
run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n-nodes-base build
|
run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n-nodes-base build
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
"jest-mock": "^29.4.2",
|
"jest-mock": "^29.4.2",
|
||||||
"nock": "^13.2.9",
|
"nock": "^13.2.9",
|
||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
|
"p-limit": "^3.1.0",
|
||||||
"prettier": "^2.8.3",
|
"prettier": "^2.8.3",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"run-script-os": "^1.0.7",
|
"run-script-os": "^1.0.7",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"primaryDocumentation": [
|
"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": [
|
"generic": [
|
||||||
|
|
|
@ -39,6 +39,7 @@ importers:
|
||||||
n8n: '*'
|
n8n: '*'
|
||||||
nock: ^13.2.9
|
nock: ^13.2.9
|
||||||
node-fetch: ^2.6.7
|
node-fetch: ^2.6.7
|
||||||
|
p-limit: ^3.1.0
|
||||||
prettier: ^2.8.3
|
prettier: ^2.8.3
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
run-script-os: ^1.0.7
|
run-script-os: ^1.0.7
|
||||||
|
@ -62,6 +63,7 @@ importers:
|
||||||
jest-mock: 29.4.2
|
jest-mock: 29.4.2
|
||||||
nock: 13.2.9
|
nock: 13.2.9
|
||||||
node-fetch: 2.6.7
|
node-fetch: 2.6.7
|
||||||
|
p-limit: 3.1.0
|
||||||
prettier: 2.8.3
|
prettier: 2.8.3
|
||||||
rimraf: 3.0.2
|
rimraf: 3.0.2
|
||||||
run-script-os: 1.1.6
|
run-script-os: 1.1.6
|
||||||
|
|
Loading…
Reference in a new issue