Skip to content

Commit df5ad16

Browse files
author
tac0turtle
committed
fix docs deployment
1 parent 70c6813 commit df5ad16

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
push:
77
branches: [main]
88
paths:
9-
- "./docs"
9+
- "docs/**"
1010
pull_request:
1111
paths:
12-
- "./docs"
12+
- "docs/**"
1313

1414
jobs:
1515
build:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [main]
1010
paths:
11-
- "./docs"
11+
- "docs/**"
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- synchronize
1111
- closed
1212
paths:
13-
- "./docs"
13+
- "docs/**"
1414

1515
concurrency: preview-${{ github.ref }}
1616

0 commit comments

Comments
 (0)