diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 3d4a55b..a8b5b9c 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -50,6 +50,10 @@ jobs: - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3 + - name: Clone ruby-build + run: git clone https://github.com/rbenv/ruby-build.git + - name: Install ruby-build + run: sudo ./ruby-build/install.sh # Deployment job deploy: