Skip to content

Commit

Permalink
refactor: add gem env
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed May 10, 2022
1 parent e435118 commit 881ed54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/cloudflare_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 881ed54

Please sign in to comment.