diff --git a/scripts/cloudflare_pages.sh b/scripts/cloudflare_pages.sh index 72ee741..95cdb7b 100755 --- a/scripts/cloudflare_pages.sh +++ b/scripts/cloudflare_pages.sh @@ -4,9 +4,15 @@ BRANCH=$(git rev-parse --abbrev-ref HEAD) cd .. +echo "Get gem enviroment" +gem env + echo "Installing Asciidoctor plugins" gem install asciidoctor asciidoctor-html5s asciidoctor-rouge +echo "Get asciidoctor path" +gem which asciidoctor + echo "Updating to latest theme submodule" git submodule update --init --recursive --remote