Skip to content

Commit

Permalink
fix(CI): remove home prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Apr 14, 2020
1 parent 151dbb9 commit 9bf2cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/ci/demos-predeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cd ../
mv -f -v dist/demo/* ui-demos-release/

# Clone the index.html file as 404.html to support deep linking
cp "$HOME"/ui-demos-release/index.html "$HOME"/ui-demos-release/404.html
cp ui-demos-release/index.html ui-demos-release/404.html

0 comments on commit 9bf2cbd

Please sign in to comment.