Skip to content

Commit 57536de

Browse files
committed
250722
1 parent 00b1f37 commit 57536de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
run: npm install
3232
- name: Build
3333
run: |
34-
npm run build
34+
hexo clean
35+
hexo generate
3536
hexo swpp
3637
- name: Push to gal-site
3738
run: |

0 commit comments

Comments
 (0)