Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jun 30, 2023
1 parent 0b4a698 commit 4195184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
jekyll_build() {

echo -e "\n$hr\nCONFIG\n$hr"
rm -Rf -- */ && mv /mapa/_config.yml ${JEKYLL_CFG}
rm -Rf -- */ && mv -fn /mapa/_config.yml ${JEKYLL_CFG}
find /maps/_* -maxdepth 0 \! -name '_plugins' -type d -exec mv {} . \; -prune

sed -i "1s|^|target_repository: $1\n|" ${JEKYLL_CFG}
Expand Down

0 comments on commit 4195184

Please sign in to comment.