Skip to content

Commit ff039b8

Browse files
authored
Delete removals
1 parent fc113c7 commit ff039b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docbot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ 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
4035
jazzy --min-acl internal --no-hide-documentation-coverage --theme fullwidth --output ./docs --documentation=./*.md
36+
# rm -rf Sources/Argon2/src/opt.c
37+
# rm -rf Sources/Argon2/src/bench.c
38+
# rm -rf Sources/Argon2/src/genkat.c
39+
# rm -rf Sources/Argon2/src/run.c
40+
# rm -rf Sources/Argon2/src/test.c
4141

4242
- name: Push Documentation
4343
run: |

0 commit comments

Comments
 (0)