Skip to content

Commit 938b733

Browse files
committed
Try and force path to render
1 parent 5fc71fb commit 938b733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dependencies
2323
run: npm install
2424
- name: Build
25-
run: hexo clean && npm run build
25+
run: npm run build
2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ external_link:
4040
exclude: ''
4141
filename_case: 0
4242
render_drafts: false
43-
post_asset_folder: false
43+
post_asset_folder: true
4444
relative_link: false
4545
future: true
4646
highlight:
@@ -61,7 +61,7 @@ prismjs:
6161
# per_page: Posts displayed per page. (0 = disable pagination)
6262
# order_by: Posts order. (Order by date descending by default)
6363
index_generator:
64-
path: ''
64+
path: '\'
6565
per_page: 10
6666
order_by: -date
6767

0 commit comments

Comments
 (0)