添加 kramdown_enhancer 插件 (#435)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2026-04-16 15:13:23 +08:00
committed by GitHub
parent 0278979106
commit f0a110fc20
16 changed files with 177 additions and 97 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ concurrency:
group: pr-preview
cancel-in-progress: false
env:
GITHUB_PR_NUMBER: ${{ github.event_name == 'issue_comment' && github.event.issue.number || github.event.pull_request.number }}
JEKYLL_ENV: production
ENABLE_WEBP_AUTO_CONVERSION: "true"
GITHUB_PR_NUMBER: ${{ github.event_name == 'issue_comment' && github.event.issue.number || github.event.pull_request.number }}
jobs:
cache-refresh:
if: ${{ !github.event.repository.fork && github.event_name == 'schedule' && github.event.schedule == '0 0 */6 * *' }}