Skip to content

Commit

Permalink
修改工作流错误
Browse files Browse the repository at this point in the history
  • Loading branch information
2822132073 committed Jun 24, 2024
1 parent ee07084 commit e2eeeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
- uses: pnpm/action-setup@v3
with:
package_json_file: /home/runner/work/markdown/markdown/vitepress/package.json
package_json_file: '/home/runner/work/markdown/markdown/vitepress/package.json'
- name: move markdown file to dest
run: cd vitepress && mv ../* . || tree ./*
continue-on-error: true
Expand Down

0 comments on commit e2eeeac

Please sign in to comment.