Skip to content

Commit 784edb7

Browse files
committed
Disable automatic Pages deploy
1 parent 70708a7 commit 784edb7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77
# so we upload it as-is — no Jekyll — and only run when the site changes.
88
#
99
# Requires the repo Pages source to be set to "GitHub Actions"
10-
# (Settings → Pages → Build and deployment → Source: GitHub Actions).
10+
# (Settings -> Pages -> Build and deployment -> Source: GitHub Actions).
11+
# Keep this manual in this fork until Pages is explicitly configured; a normal
12+
# push must not fail CI just because the repository has no Pages site yet.
1113
name: Deploy Pages
1214

1315
on:
14-
push:
15-
branches: [main]
16-
paths:
17-
- 'docs/**'
18-
- '.github/workflows/pages.yml'
1916
workflow_dispatch:
2017

2118
permissions:

0 commit comments

Comments
 (0)