Skip to content

Commit

Permalink
Update deploy-dooc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay authored Jun 30, 2024
1 parent 19b861a commit b25ef70
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/deploy-dooc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ on:

jobs:
deploy_docs:
runs-on: macos-latest
strategy:
matrix:
os:
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14' || matrix.os == 'self-hosted'
with:
xcode-version: '16.0.0-beta'
- name: Build Documentation
run: |
swift package --allow-writing-to-directory ./docs \
Expand Down

0 comments on commit b25ef70

Please sign in to comment.