Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2021-08-24 03:07:53 +0300
committernanxiaobei <nanxiaobei@gmail.com>2021-08-24 03:07:53 +0300
commitae1b578f84a8155beb4a774ea05678a6bd5bdbfc (patch)
tree1abd321d1e5b8b51228698c734a02cadf5973f38
updategh-pages
-rw-r--r--index.html5
-rw-r--r--run.sh6
2 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9a0de32
--- /dev/null
+++ b/index.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Redirecting to https://hugo-paper.vercel.app/</title>
+<meta http-equiv="refresh" content="0; URL=https://hugo-paper.vercel.app/">
+<link rel="canonical" href="https://hugo-paper.vercel.app/">
diff --git a/run.sh b/run.sh
new file mode 100644
index 0000000..9b9c510
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,6 @@
+git checkout --orphan temp_branch
+git commit -am "update"
+git branch -D gh-pages
+git branch -m gh-pages
+git push -f origin gh-pages
+git switch main