Skip to content

Commit

Permalink
Update docc runner
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 9, 2025
1 parent a053006 commit d8761c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
with:
xcode-version: '16.0'
- name: Build DocC
run: bash scripts/docc.sh ${{ github.event.repository.name }}
run: bash scripts/docc.sh ${{ github.event.repository.name }} iOS
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.build/docs'
path: '.build/docs-iOS'
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit d8761c8

Please sign in to comment.