We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a053006 commit d8761c8Copy full SHA for d8761c8
.github/workflows/docc.yml
@@ -36,11 +36,11 @@ jobs:
36
with:
37
xcode-version: '16.0'
38
- name: Build DocC
39
- run: bash scripts/docc.sh ${{ github.event.repository.name }}
+ run: bash scripts/docc.sh ${{ github.event.repository.name }} iOS
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
43
- path: '.build/docs'
+ path: '.build/docs-iOS'
44
- id: deployment
45
name: Deploy to GitHub Pages
46
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments