We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c5984 commit 48a7c6bCopy full SHA for 48a7c6b
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
ls -R ./out # Debug: Show built files
29
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
+ grep -q "⚠️ Failed to load repository data" ./out/github_repos/index.html && exit 1
31
32
- name: Deploy to GitHub Pages
33
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
0 commit comments