From 5efd0688eaf127e06904c627e39d1fdcbf0f997f Mon Sep 17 00:00:00 2001 From: Ayush Goyal Date: Wed, 26 Dec 2018 23:08:27 +0530 Subject: [PATCH 1/2] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 58098b6..9eac70b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ fi git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" -gh-pages -d $PUBLIC_PATH -b gh-pages +gh-pages -d $PUBLIC_PATH -b gh-pages -dotfiles=true curl --request POST -H "Authorization: token ${GITHUB_TOKEN}" \ --url "https://api.github.com/repos/$GITHUB_REPOSITORY/pages/builds" \ From 580f77768bb68366833c8678cbfd80d52ab9cbc2 Mon Sep 17 00:00:00 2001 From: Ayush Goyal Date: Wed, 26 Dec 2018 23:08:40 +0530 Subject: [PATCH 2/2] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9eac70b..3ebce68 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ fi git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" -gh-pages -d $PUBLIC_PATH -b gh-pages -dotfiles=true +gh-pages -d $PUBLIC_PATH -b gh-pages --dotfiles=true curl --request POST -H "Authorization: token ${GITHUB_TOKEN}" \ --url "https://api.github.com/repos/$GITHUB_REPOSITORY/pages/builds" \