aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5a5e234..422eac5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -42,6 +42,10 @@ jobs:
BASE_PATH: /${{ github.event.repository.name }}
- uses: actions/configure-pages@v5
+ with:
+ # Enable Pages via the workflow's token on first run so the repo
+ # doesn't need a manual trip to Settings → Pages.
+ enablement: true
- uses: actions/upload-pages-artifact@v3
with: