File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ commands:
34
34
steps :
35
35
- run :
36
36
name : Broken link checker for changed files
37
- command : yarn changed-files-broken-link-checker:ci
37
+ command : node scripts/changedFilesBrokenLinkChecker.js
38
38
39
39
jobs :
40
40
build :
@@ -45,11 +45,19 @@ jobs:
45
45
- run :
46
46
name : Netlify Deploy
47
47
command : ./node_modules/.bin/netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN --dir=./dist
48
+ - persist_to_workspace :
49
+ root : ~/repo
50
+ paths :
51
+ - build/*
52
+ - scripts/*
53
+ - node_modules/*
48
54
49
55
link-check-changed-files :
50
56
executor : node-executor
51
57
working_directory : ~/repo
52
- steps :
58
+ steps :
59
+ - attach_workspace :
60
+ at : ~/repo
53
61
- link-check-changed-files
54
62
55
63
release :
You can’t perform that action at this time.
0 commit comments