From 6e5945cc76f8146633046aeed363885de7583483 Mon Sep 17 00:00:00 2001 From: i-walker <46971368+i-walker@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:57:57 +0200 Subject: [PATCH] add ruby setup --- .github/workflows/publish-landing-page.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-landing-page.yaml b/.github/workflows/publish-landing-page.yaml index 9e36d15b4f7..b46d41926e7 100644 --- a/.github/workflows/publish-landing-page.yaml +++ b/.github/workflows/publish-landing-page.yaml @@ -21,9 +21,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 0 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.0.0 - name: Prepare documentation environment working-directory: arrow-site