Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc113c7

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎.github/workflows/docbot.yml

Copy file name to clipboardExpand all lines: .github/workflows/docbot.yml
+7-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.