Skip to content

Commit

Permalink
docs: updated docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gbattistel committed Nov 15, 2024
1 parent 31cdd27 commit e847338
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,22 @@ 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
with:
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: |
Expand Down

0 comments on commit e847338

Please sign in to comment.