Skip to content

Commit ce87c00

Browse files
fix: add configure-pages step to auto-enable GitHub Pages
1 parent 0d2a7c1 commit ce87c00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
name: github-pages
5656
url: ${{ steps.deployment.outputs.page_url }}
5757
steps:
58+
- name: Configure GitHub Pages
59+
uses: actions/configure-pages@v5
60+
with:
61+
enablement: true
62+
5863
- name: Deploy to GitHub Pages
5964
id: deployment
6065
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)