Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev authored Feb 27, 2024
1 parent b23c037 commit 293ca8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
strategy:
matrix:
include:
- os: macos-12
- os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Install Jazz
run: gem install jazzy

- name: Generate documentation
run: |
jazzy \
Expand Down

0 comments on commit 293ca8d

Please sign in to comment.