Skip to content

Commit 9bb1a7b

Browse files
committed
CI: fix incorrect before deploy step
1 parent 2a552cf commit 9bb1a7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ stages:
169169
displayName: 'Install an SSH key'
170170
- script: git worktree add docs gh-pages
171171
displayName: 'Prepare Worktree'
172-
- script: ./utils.py ci before-deploy
172+
- script: |
173+
sourcekitten doc --spm --module-name BitByteData > docs.json
174+
jazzy
173175
displayName: 'Before Deploy'
174176
- script: |
175177
set -e -o xtrace

0 commit comments

Comments
 (0)