Skip to content

Commit

Permalink
☁️ Moved to cloudflare.
Browse files Browse the repository at this point in the history
Still build with github.
  • Loading branch information
rentruewang committed Jan 24, 2024
1 parent abc0fd5 commit 4ed3c3d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GitHub Pages
name: Build Pages
on: [push]
jobs:
build-and-deploy:
name: 📃 GitHub Pages
name: 📃 Website Build
runs-on: ubuntu-latest
steps:
- name: 🔔 Check out
Expand All @@ -28,4 +28,4 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: ⬆️ MkDocs deploy
run: python -m mkdocs gh-deploy --force
run: mkdocs gh-deploy --force
18 changes: 18 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html lang="en-US">

<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://koila.pages.dev">
<script type="text/javascript">
window.location.href = "https://koila.pages.dev"
</script>
<title>Page Redirection</title>
</head>

<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://koila.pages.dev'>link to example</a>.
</body>

</html>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-backend = "hatchling.build"


[tool.pdm]
package-type = "library"
distribution = true

[tool.pdm.dev-dependencies]
test = [
Expand Down

0 comments on commit 4ed3c3d

Please sign in to comment.