v1 coming soon
This commit is contained in:
@@ -25,6 +25,12 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: maintaince
|
||||||
|
run: |
|
||||||
|
rm -rf ./docs/.vitepress/dist/*
|
||||||
|
cp index.html ./docs/.vitepress/dist/
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
+11
@@ -0,0 +1,11 @@
|
|||||||
|
<!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>
|
||||||
Reference in New Issue
Block a user