We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758cd4e commit 23e1bf5Copy full SHA for 23e1bf5
.github/workflows/docbot.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate Docs
34
run: |
35
git submodule update --recursive
36
- jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
+ jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md -x -scheme,Argon2Swift
37
# rm -rf Sources/Argon2/src/opt.c
38
# rm -rf Sources/Argon2/src/bench.c
39
# rm -rf Sources/Argon2/src/genkat.c
0 commit comments