Skip to content

Commit 70b242c

Browse files
committed
add github page7
1 parent 474467f commit 70b242c

6 files changed

Lines changed: 388 additions & 262 deletions

File tree

β€Ž.githooks/pre-commitβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ repo_root="$(git rev-parse --show-toplevel)"
55
"$repo_root/scripts/update-readme.sh"
66
"$repo_root/scripts/fix-and-lint-staged-swift.sh"
77
git add "$repo_root/README.md"
8-
git add "$repo_root/README.pages.md"
8+
git add "$repo_root/README.pages.html"

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./scripts/update-readme.sh
3636
- name: Ensure README is committed
3737
run: |
38-
git diff --exit-code -- README.md README.pages.md
38+
git diff --exit-code -- README.md README.pages.html
3939
4040
duplicate-problem-detector:
4141
name: Duplicate Problem Detector

β€ŽREADME.pages.htmlβ€Ž

Lines changed: 278 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)