We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff039b8 commit 758cd4eCopy full SHA for 758cd4e
.github/workflows/docbot.yml
@@ -32,6 +32,7 @@ jobs:
32
# Generate Docs
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
37
# rm -rf Sources/Argon2/src/opt.c
38
# rm -rf Sources/Argon2/src/bench.c
0 commit comments