Skip to content

Commit 50aa3ce

Browse files
committed
minor change
1 parent 0bed403 commit 50aa3ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scripts/deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# Should be moved to build.sh
4+
# NOTE: Running build.sh and then deploy.sh is not finding the public
5+
# folder which is generated after the build command (hugo).
36
hugo
47

58
npm install -g surge
@@ -13,6 +16,7 @@ echo "PR_NUMBER: $PR_NUMBER"
1316
echo "SURGE_LOGIN: $SURGE_LOGIN"
1417
echo "SURGE_TOKEN: $SURGE_TOKEN"
1518
ls
19+
ls "./public"
1620

1721
surge --project $PROJECT_BUILD --domain $DOMAIN;
1822

0 commit comments

Comments
 (0)