Skip to content

Commit

Permalink
chore(ci): add index.html
Browse files Browse the repository at this point in the history
is this the reason?
  • Loading branch information
Candinya committed May 28, 2024
1 parent bcaa476 commit 9db94d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-contributors-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "contributors-graph"
path: contributors.svg
path: |
index.html
contributors.svg
deploy:
needs: build
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<script>window.location.href = "./contributors.svg"</script>
<noscript><a href="./contributors.svg">contributors.svg</a></noscript>
</body>
</html>

0 comments on commit 9db94d6

Please sign in to comment.