Skip to content

Commit

Permalink
Update xcode-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suasuasuasuasua authored Mar 30, 2024
1 parent e7e52a5 commit ddcbe58
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/xcode-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Generate Swift Docs
uses: SwiftDocOrg/swift-doc@1.0.0-rc.1

- uses: actions/checkout@v1
- name: Generate Documentation
uses: SwiftDocOrg/swift-doc@master
with:
inputs: "Sources"
module-name: MyLibrary
output: "Documentation"
# - name: Upload Documentation to Wiki
# uses: SwiftDocOrg/github-wiki-publish-action@v1
# with:
# path: "Documentation"
# env:
# GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit ddcbe58

Please sign in to comment.