From e847338137f8e3ca1b85fd2b6b0ca77cf2a1c023 Mon Sep 17 00:00:00 2001 From: gbattistel Date: Fri, 15 Nov 2024 08:49:51 -0300 Subject: [PATCH] docs: updated docs pipeline --- .github/workflows/generate_docs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index 7ebe6a33..d5f02490 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -17,7 +17,7 @@ jobs: - name: Select the latest Xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 'latest' # Use the latest version of Xcode available on GitHub Actions + xcode-version: 'latest' # Use the latest version de Xcode disponible en GitHub Actions - name: Setup Ruby 3.3.0 uses: ruby/setup-ruby@v1 @@ -25,11 +25,14 @@ jobs: ruby-version: 3.3.0 bundler-cache: true - - name: Install Fastlane, Jazzy, and SourceDocs + - name: Install Fastlane and Jazzy using gem run: | gem install fastlane gem install jazzy - gem install sourcedocs + + - name: Install SourceDocs using Homebrew + run: | + brew install sourcedocs - name: Install dependencies (Pods) run: |