Skip to content

Commit fd69d25

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 6257d03 + 23e1bf5 commit fd69d25

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/docbot.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
# Generate Docs
3333
- name: Generate Docs
3434
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
4142

4243
- name: Push Documentation
4344
run: |

0 commit comments

Comments
 (0)