Compare commits
No commits in common. "main" and "v0" have entirely different histories.
6
.github/workflows/pages.yaml
vendored
6
.github/workflows/pages.yaml
vendored
@ -25,12 +25,6 @@ jobs:
|
||||
run: npm install
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: maintaince
|
||||
run: |
|
||||
rm -rf ./docs/.vitepress/dist/*
|
||||
cp index.html ./docs/.vitepress/dist/
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
11
index.html
11
index.html
@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>maintainance</title>
|
||||
</head>
|
||||
<body>
|
||||
v1 is coming soon
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user