Skip to content

Commit 474467f

Browse files
committed
add github page6
1 parent 606e39e commit 474467f

File tree

5 files changed

+264
-3
lines changed

5 files changed

+264
-3
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +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"

.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
38+
git diff --exit-code -- README.md README.pages.md
3939
4040
duplicate-problem-detector:
4141
name: Duplicate Problem Detector

0 commit comments

Comments
 (0)