From 9cc65fee989a856eeba7f6fe35bbecac8a571e25 Mon Sep 17 00:00:00 2001 From: naiba Date: Thu, 28 Nov 2024 21:20:11 +0800 Subject: [PATCH] v1 coming soon --- .github/workflows/pages.yaml | 6 ++++++ index.html | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 index.html diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 223f887c..f58d7fc3 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -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: diff --git a/index.html b/index.html new file mode 100644 index 00000000..07d28cce --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + maintainance + + + v1 is coming soon + + \ No newline at end of file