We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e0777 commit 5fc71fbCopy full SHA for 5fc71fb
.github/workflows/pages.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Dependencies
23
run: npm install
24
- name: Build
25
- run: npm run build
+ run: hexo clean && npm run build
26
- name: Deploy
27
uses: peaceiris/actions-gh-pages@v3
28
with:
0 commit comments