Skip to content

Commit 5fc71fb

Browse files
authored
Force hexo to clean
1 parent 89e0777 commit 5fc71fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: npm run build
25+
run: hexo clean && npm run build
2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:

0 commit comments

Comments
 (0)