Skip to content

Commit fc113c7

Browse files
committed
Merge branch 'main' of github.com:tmthecoder/Argon2Swift into main
2 parents c47e975 + c077f93 commit fc113c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docbot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ jobs:
3131

3232
# Generate Docs
3333
- name: Generate Docs
34-
run: jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
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
3541
3642
- name: Push Documentation
3743
run: |

0 commit comments

Comments
 (0)