Skip to content

Commit f51af26

Browse files
authored
Merge pull request #729 from olgn/circle-ci-updates
fix gh-pages cleanup in circle config
2 parents e036926 + 461cc15 commit f51af26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
command: mv bids-validator-web/out/* .
110110
- run:
111111
name: Remove files not related to build
112-
command: rm -r bids-validator-web node_modules tests
112+
command: rm -r bids-validator bids-validator-web node_modules
113113
- run:
114114
name: Create a nojekyll file (gh-pages specific)
115115
command: touch .nojekyll

0 commit comments

Comments
 (0)