There was an error while loading. Please reload this page.
1 parent 70708a7 commit 784edb7Copy full SHA for 784edb7
1 file changed
.github/workflows/pages.yml
@@ -7,15 +7,12 @@
7
# so we upload it as-is — no Jekyll — and only run when the site changes.
8
#
9
# Requires the repo Pages source to be set to "GitHub Actions"
10
-# (Settings → Pages → Build and deployment → Source: GitHub Actions).
+# (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.
13
name: Deploy Pages
14
15
on:
- push:
- branches: [main]
16
- paths:
17
- - 'docs/**'
18
- - '.github/workflows/pages.yml'
19
workflow_dispatch:
20
21
permissions:
0 commit comments