From 955ee8369be08891d53cf77f9d6fce9a989af07a Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Sun, 20 Oct 2024 08:29:21 +0000 Subject: [PATCH] Add redirect to long term planning poll --- .github/workflows/website.yml | 5 +++++ poll.html | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 poll.html diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d26987f9..4fed883d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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 diff --git a/poll.html b/poll.html new file mode 100644 index 00000000..09adad03 --- /dev/null +++ b/poll.html @@ -0,0 +1,15 @@ + + + + + + + + + + BurmillaOS + + +

If you are not redirected automatically, follow this link.

+ + \ No newline at end of file