File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ jobs:
32
32
# Generate Docs
33
33
- name : Generate Docs
34
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
35
+ git submodule update --recursive
36
+ 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
40
+ # rm -rf Sources/Argon2/src/run.c
41
+ # rm -rf Sources/Argon2/src/test.c
41
42
42
43
- name : Push Documentation
43
44
run : |
You can’t perform that action at this time.
0 commit comments