优化 GitHub Pages 部署工作流,调整构建步骤的格式
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 5m16s
Deploy to GitHub Pages / deploy (push) Has been skipped
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 5m16s
Deploy to GitHub Pages / deploy (push) Has been skipped
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -35,8 +35,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build for GitHub Pages
|
||||
run: npm run build:github
|
||||
|
||||
- name: Build for GitHub Pages
|
||||
run: npm run build:github
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
|
Reference in New Issue
Block a user