We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c47e975 + c077f93 commit fc113c7Copy full SHA for fc113c7
.github/workflows/docbot.yml
@@ -31,7 +31,13 @@ jobs:
31
32
# Generate Docs
33
- name: Generate Docs
34
- run: jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
+ run: |
35
+ rm -rf Sources/Argon2/src/opt.c
36
+ rm -rf Sources/Argon2/src/bench.c
37
+ rm -rf Sources/Argon2/src/genkat.c
38
+ rm -rf Sources/Argon2/src/run.c
39
+ rm -rf Sources/Argon2/src/test.c
40
+ jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
41
42
- name: Push Documentation
43
run: |
0 commit comments