Skip to content

Commit

Permalink
Update docc.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 2, 2023
1 parent 5b3720c commit 6dce105
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-13
steps:
- name: git checkout
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: docbuild
run: |
xcodebuild docbuild -scheme AppState \
Expand Down

0 comments on commit 6dce105

Please sign in to comment.