Skip to content

Commit

Permalink
Set GitHub Pages Index Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-van-Jerry committed Mar 3, 2024
1 parent 07e5f5b commit 52f7017
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<noscript><meta http-equiv="refresh" content="0; url=seuthesis2024b.pdf"></noscript>
</head>
<body onload="window.location.replace('seuthesis2024b.pdf')">
If you are not redirected automatically, click <a href="seuthesis2024b.pdf">this link</a>.
</body>
</html>
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Set Index
run: mv .github/pages/index.html index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 52f7017

Please sign in to comment.