Skip to content

Commit 3ccd74f

Browse files
committed
fix: 修正 workflow 路径
1 parent 5aa4198 commit 3ccd74f

274 files changed

Lines changed: 115 additions & 115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
paths:
8-
- '_posts/**'
9-
- 'source/**'
8+
- 'source/_posts/**'
9+
- 'source/images/**'
1010
- 'themes/**'
1111
- '!**/jobs_data.json'
1212
workflow_dispatch:

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ external_link:
4242
exclude: ''
4343
filename_case: 0
4444
render_drafts: true
45-
post_asset_folder: false
46-
relative_link: false
45+
post_asset_folder: true
46+
relative_link: true
4747
future: true
4848
syntax_highlighter: highlight.js
4949
highlight:
File renamed without changes.
-255 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)