Skip to content

Commit d8761c8

Browse files
committedJan 9, 2025
Update docc runner
1 parent a053006 commit d8761c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/docc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
with:
3737
xcode-version: '16.0'
3838
- name: Build DocC
39-
run: bash scripts/docc.sh ${{ github.event.repository.name }}
39+
run: bash scripts/docc.sh ${{ github.event.repository.name }} iOS
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: '.build/docs'
43+
path: '.build/docs-iOS'
4444
- id: deployment
4545
name: Deploy to GitHub Pages
46-
uses: actions/deploy-pages@v4
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)