From 05718023f12cb80a95cb94cdd8be5b8f43188bd3 Mon Sep 17 00:00:00 2001 From: Mikhail K Date: Thu, 16 Mar 2023 04:59:36 +0600 Subject: [PATCH] fix: Change outout folder name --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a3c88f3..d138ad6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,7 +23,7 @@ pelican ${PELICAN_CONTENT_FOLDER:=content} -o docs -s ${PELICAN_CONFIG_FILE:=pub echo 'Publishing to GitHub Pages 📤 ' git config --global --add safe.directory /github/workspace -pushd output +pushd docs git init git remote add deploy "$remote_repo" git checkout $remote_branch || git checkout --orphan $remote_branch