We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bdc42 commit d6286b2Copy full SHA for d6286b2
.github/workflows/pages.yml
@@ -29,6 +29,8 @@ jobs:
29
${{ runner.OS }}-npm-cache
30
- name: Install Dependencies
31
run: npm install
32
+ - name: Install Fluid Theme (if applicable)
33
+ run: git clone https://github.com/fluid-dev/hexo-theme-fluid themes/fluid
34
- name: Build
35
run: npm run build
36
- name: Upload Pages artifact
0 commit comments