Skip to content

Commit edee673

Browse files
Scope build workflow to docs changes only
1 parent 0087595 commit edee673

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: Build and Deploy
33
on:
44
push:
55
branches: [master]
6+
paths:
7+
- docs/**
8+
- .github/workflows/build.yml
9+
- package.json
10+
- package-lock.json
11+
- tsconfig.json
612
pull_request:
713
branches: [master]
14+
paths:
15+
- docs/**
16+
- .github/workflows/build.yml
17+
- package.json
18+
- package-lock.json
19+
- tsconfig.json
820
workflow_dispatch:
921

1022
permissions:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The Quickshell Book
22

3+
![Preview](preview/image.png)
4+
35
A comprehensive guide to building Wayland desktop shells with Quickshell and QML.
46

57
## Quick Start

preview/image.png

954 KB
Loading

0 commit comments

Comments
 (0)