Skip to content

Commit

Permalink
cd back to root dir after "make publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Apr 19, 2020
1 parent 4ee5020 commit 0544b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locale-gen zh_CN.UTF-8 && \
locale -a

echo '=================== Building blog ==================='
cd pelican_dir && make publish
cd pelican_dir && make publish && cd ..


echo '=================== Publish to GitHub Pages ==================='
Expand Down

0 comments on commit 0544b2b

Please sign in to comment.