Skip to content

Commit 090be59

Browse files
committed
deploy
1 parent dd91ba8 commit 090be59

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/deploy.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v1
15+
- name: Use Node.js ${{ matrix.node-version }}
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: 12.x
19+
- name: npm install, build, and test
20+
run: |
21+
./deploy.sh

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs-staging.n8n.io
1+
docs.n8n.io

0 commit comments

Comments
 (0)