diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 24cd56e9..b57acbcd 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,7 +26,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install ruby - run: apt update -y && sudo apt install -y ruby-full bundler + run: sudo apt update -y && sudo apt install -y ruby-full + bundler - name: Setup bundler and ruby libraries run: bundle config set --local path vendor && bundle install - name: Build with Jekyll