Skip to content

Commit d6286b2

Browse files
committed
ci: Install Fluid Theme
1 parent d8bdc42 commit d6286b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
${{ runner.OS }}-npm-cache
3030
- name: Install Dependencies
3131
run: npm install
32+
- name: Install Fluid Theme (if applicable)
33+
run: git clone https://github.com/fluid-dev/hexo-theme-fluid themes/fluid
3234
- name: Build
3335
run: npm run build
3436
- name: Upload Pages artifact

0 commit comments

Comments
 (0)