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.
1 parent ca1ba29 commit c077f93Copy full SHA for c077f93
.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