We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd91ba8 commit 090be59Copy full SHA for 090be59
.github/workflows/deploy.yml
@@ -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 @@
-docs-staging.n8n.io
+docs.n8n.io
0 commit comments