Skip to content

Commit

Permalink
v1 coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Nov 28, 2024
1 parent 3ac2c7f commit 9cc65fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ 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:
Expand Down
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9cc65fe

Please sign in to comment.