Skip to content

Commit

Permalink
fix: 修复github action
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmingfu committed Oct 31, 2024
1 parent 2207187 commit 6b5c2d1
Showing 1 changed file with 2 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 build
pnpm run build:pro
# 资源拷贝
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs/.vitepress/dist
source: ./dist-pro
destination: ./_site

# 上传 _site 的资源,用于后续部署
Expand Down

0 comments on commit 6b5c2d1

Please sign in to comment.