Skip to content

Commit

Permalink
fix: 修复gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmingfu committed Dec 25, 2024
1 parent d62b3d4 commit 6853755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- name: Build blog project
run: |
echo ${{ github.workspace }}
pnpm run build:pro
pnpm run build:dev
# 资源拷贝
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./dist-pro
source: ./dist-dev
destination: ./_site

# 上传 _site 的资源,用于后续部署
Expand Down
1 change: 1 addition & 0 deletions scripts/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ git push
# 使用示例:
# pnpm push "feat: 添加新功能"
# 或者 pnpm push 走默认提交描述信息
# 可以删掉此文件,改用git别名以实现快速提交

0 comments on commit 6853755

Please sign in to comment.