diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..a5e627b --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +JEKYLL_ENV=production bundle exec jekyll build +rm -r ../docs/* +cp -r _site/* ../docs \ No newline at end of file diff --git a/docs/2022/09/20/how-to-create-githubpage.html b/docs/2022/09/20/how-to-create-githubpage.html index 3fc4160..9510c1c 100644 --- a/docs/2022/09/20/how-to-create-githubpage.html +++ b/docs/2022/09/20/how-to-create-githubpage.html @@ -11,11 +11,11 @@