We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62b3d4 commit 6853755Copy full SHA for 6853755
.github/workflows/deploy.yml
@@ -70,13 +70,13 @@ jobs:
70
- name: Build blog project
71
run: |
72
echo ${{ github.workspace }}
73
- pnpm run build:pro
+ pnpm run build:dev
74
75
# 资源拷贝
76
- name: Build with Jekyll
77
uses: actions/jekyll-build-pages@v1
78
with:
79
- source: ./dist-pro
+ source: ./dist-dev
80
destination: ./_site
81
82
# 上传 _site 的资源,用于后续部署
scripts/push.sh
@@ -14,3 +14,4 @@ git push
14
# 使用示例:
15
# pnpm push "feat: 添加新功能"
16
# 或者 pnpm push 走默认提交描述信息
17
+# 可以删掉此文件,改用git别名以实现快速提交
0 commit comments