We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3fee7 commit 07bb1d6Copy full SHA for 07bb1d6
1 file changed
.github/workflows/page-deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
rm -rf !(.git)
22
23
- name: Clone PhiCommunity repository
24
- run: git clone https://github.com/MoeFurina/PhiCommunity.git .
+ run: git clone https://github.com/MoeFurina/PhiCommunity.git ./docs
25
26
- name: Setup Node.js with pnpm
27
uses: actions/setup-node@v4
@@ -34,18 +34,7 @@ jobs:
34
35
- name: Build project
36
run: npm run build
37
-
38
- - name: Prepare for deployment
39
- run: |
40
41
- # 移动dist内容到根目录
42
- shopt -s dotglob
43
- mv dist/* ./
44
- rmdir dist
45
46
- # 清理临时目录
47
- rm -rf temp-source
48
49
- name: Deploy to GitHub Pages
50
uses: peaceiris/actions-gh-pages@v3
51
with:
0 commit comments