We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a552cf commit 9bb1a7bCopy full SHA for 9bb1a7b
1 file changed
azure-pipelines.yml
@@ -169,7 +169,9 @@ stages:
169
displayName: 'Install an SSH key'
170
- script: git worktree add docs gh-pages
171
displayName: 'Prepare Worktree'
172
- - script: ./utils.py ci before-deploy
+ - script: |
173
+ sourcekitten doc --spm --module-name BitByteData > docs.json
174
+ jazzy
175
displayName: 'Before Deploy'
176
- script: |
177
set -e -o xtrace
0 commit comments