Skip to content

Commit

Permalink
Use same Swift setup action as with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Jan 11, 2025
1 parent 2f19bad commit b125870
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Pages
uses: actions/configure-pages@v1
- name: Set up Swift
uses: fwal/setup-swift@v1
- uses: k-arindam/setup-swift@v6.0.0
with:
swift-version: '6.0'
swift-version: 6.0
- name: Generate Docs
uses: fwcd/swift-docc-action@v1
with:
Expand Down

0 comments on commit b125870

Please sign in to comment.