Skip to content

Commit 4abb999

Browse files
committed
pages: self-enable GitHub Pages from the deploy workflow
1 parent 2344ddd commit 4abb999

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434

3535
- name: Configure Pages
3636
uses: actions/configure-pages@v5
37+
with:
38+
# Create/enable the Pages site from this workflow so no manual
39+
# Settings -> Pages click is needed (requires the pages: write token).
40+
enablement: true
3741

3842
- name: Upload docs/ artifact
3943
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)