优化幻灯片执行代码 修复 pjax主题下第一次进入时幻灯片无法渲染的问题 #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ci: | |
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1 | |
with: | |
ui-path: "ui" |