Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO authored Oct 11, 2023
1 parent 2d2eb03 commit 724a61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4.1.0
- name: Generate Documentation
uses: SwiftDocOrg/swift-doc@1.0.0-rc.1
with:
inputs: "Sources"
module-name: MyLibrary
output: "Documentation"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
uses: SwiftDocOrg/github-wiki-publish-action@1.0.0
with:
path: "Documentation"
env:
Expand Down

0 comments on commit 724a61b

Please sign in to comment.