mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Merge pull request #15546 from ToolJet/adishM98-patch-2
Update Netlify workflow for documentation branch
This commit is contained in:
commit
3621f2569f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docs-netlify.yml
vendored
8
.github/workflows/docs-netlify.yml
vendored
|
|
@ -4,9 +4,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- documentation
|
||||
paths:
|
||||
- docs/**
|
||||
- docs/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.18.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue