Skip to content

Commit 48a7c6b

Browse files
committed
fixed repos check
1 parent 87c5984 commit 48a7c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
ls -R ./out # Debug: Show built files
2929
test -f ./out/index.html || exit 1 # Fail if no index.html
30-
grep -q "⚠️ Failed to load repository data" ./out/github_repos.html && exit 1
30+
grep -q "⚠️ Failed to load repository data" ./out/github_repos/index.html && exit 1
3131
3232
- name: Deploy to GitHub Pages
3333
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 commit comments

Comments
 (0)