Skip to content

Commit

Permalink
Add redirect to long term planning poll
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Oct 20, 2024
1 parent 251a0a7 commit 955ee83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
hugo --minify
echo -n "burmillaos.org" > public/CNAME
- name: Add redirection to poll
run: |
mkdir public/poll
cp poll.html public/poll/index.html
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
Expand Down
15 changes: 15 additions & 0 deletions poll.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="BurmillaOS" />
<meta name="robots" content="noindex" />
<meta http-equiv="refresh" content="0; url=https://github.com/burmilla/os/discussions/186" />
<title>BurmillaOS</title>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://github.com/burmilla/os/discussions/186">link</a>.</p>
</body>
</html>

0 comments on commit 955ee83

Please # to comment.