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 fc113c7 commit ff039b8Copy full SHA for ff039b8
.github/workflows/docbot.yml
@@ -32,12 +32,12 @@ jobs:
32
# Generate Docs
33
- name: Generate Docs
34
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
+# rm -rf Sources/Argon2/src/opt.c
+# rm -rf Sources/Argon2/src/bench.c
+# rm -rf Sources/Argon2/src/genkat.c
+# rm -rf Sources/Argon2/src/run.c
+# rm -rf Sources/Argon2/src/test.c
41
42
- name: Push Documentation
43
0 commit comments