Skip to content

Commit

Permalink
Update deploy-dooc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay authored Jun 30, 2024
1 parent b25ef70 commit ccabe0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-dooc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
xcode-version: '16.0.0-beta'
- name: Build Documentation
run: |
swift package --allow-writing-to-directory ./docs \
generate-documentation --target SPMConfigSteward \
--output-path ./docs
swift package --allow-writing-to-directory ./docs generate-documentation --target SPMConfigSteward --output-path ./docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit ccabe0b

Please sign in to comment.