Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit cacff65

Browse files
committed
fix(ci): fixing broken workflow that doesnt work with catppucin
1 parent 0291bc9 commit cacff65

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- main
66
paths:
77
- "docs/**"
8-
- "gen-docs.ts"
9-
- "crates/eww/src/widgets/widget_definitions.rs"
10-
- "crates/eww/src/config/inbuilt.rs"
118
- ".github/workflows/**"
129

1310
permissions:
@@ -25,7 +22,7 @@ jobs:
2522
- name: build mdBook page
2623
uses: peaceiris/actions-mdbook@v1
2724
with:
28-
mdbook-version: "0.4.8"
25+
mdbook-version: "0.5.12"
2926
- run: mdbook build docs
3027

3128
- name: Deploy

0 commit comments

Comments
 (0)