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:
कारतोफ्फेलस्क्रिप्ट™
2023-02-14 13:00:15 +01:00
committed by GitHub
parent f7cbd6b17e
commit b25c10a0e1
4 changed files with 8 additions and 3 deletions

View File

@@ -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