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