Skip to content

Commit

Permalink
adding clean to source docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jul 28, 2020
1 parent d64a9dc commit 9809f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build Documentation
if: ${{ matrix.xcode == '/Applications/Xcode_12_beta.app' }}
run: swift run sourcedocs generate --spm-module OrchardNestKit
run: swift run sourcedocs generate -c --spm-module OrchardNestKit
- name: Commit files
if: ${{ matrix.xcode == '/Applications/Xcode_12_beta.app' }}
run: |
Expand Down

0 comments on commit 9809f57

Please sign in to comment.