n8n-docs/.github/workflows/deploy.yml
Tanay Pant cfb6dca871 Add Segment node docs
🚀 Deactivate automatic deployment till fixed
2020-07-13 14:01:39 +02:00

22 lines
352 B
YAML

name: Deploy
on:
push:
branches:
- masterDEACTIVATED
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, build, and test
run: |
./deploy.sh