Skip to content

Commit

Permalink
Fix docs releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Aug 10, 2022
1 parent f7e91b5 commit 85d2afe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: swift-actions/setup-swift@v1

- uses: fwcd/swift-docc-action@v1
with:
Expand Down

0 comments on commit 85d2afe

Please sign in to comment.