File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,10 @@ jobs:
42
42
working_directory : ~/repo
43
43
steps :
44
44
- nuxt-build
45
- - run :
46
- name : Netlify Deploy
47
- command : ./node_modules/.bin/netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN --dir=./dist
48
45
- persist_to_workspace :
49
46
root : ~/repo
50
47
paths :
51
48
- build/*
52
- - scripts/*
53
49
- node_modules/*
54
50
55
51
link-check-changed-files :
@@ -65,16 +61,13 @@ jobs:
65
61
executor : node-executor
66
62
steps :
67
63
- nuxt-build
68
- - run :
69
- name : Netlify Deploy
70
- command : curl -X POST -d {} $NETLIFY_BUILD_HOOK_MASTER
71
64
- run :
72
65
name : Docsearch Scraper
73
66
command : node ./cy_scripts/scrape.js
74
67
75
68
workflows :
76
69
version : 2
77
- build-deploy :
70
+ build-and-test :
78
71
jobs :
79
72
- cypress/install :
80
73
name : ' Setup Linux'
You can’t perform that action at this time.
0 commit comments