Skip to content

Commit 23e1bf5

Browse files
authored
Make sure jazzy documents the right scheme
1 parent 758cd4e commit 23e1bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate Docs
3434
run: |
3535
git submodule update --recursive
36-
jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
36+
jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md -x -scheme,Argon2Swift
3737
# rm -rf Sources/Argon2/src/opt.c
3838
# rm -rf Sources/Argon2/src/bench.c
3939
# rm -rf Sources/Argon2/src/genkat.c

0 commit comments

Comments
 (0)