Skip to content

Commit a39dfdf

Browse files
committed
fix(ci): adjust path in deployment script
1 parent 5ffaee0 commit a39dfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-deploy.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313

1414
# go to the directory which contains build artifacts and create a *new* Git repo
1515
# directory may be different based on your particular build process
16-
cd dist
16+
cd dist/angular-ngrx-material-starter
1717
git init
1818

1919
# inside this git repo we'll pretend to be a new user

0 commit comments

Comments
 (0)