Skip to content

Commit aa6321b

Browse files
Merge pull request #1 from reccaller-ai/fix/enable-github-pages
fix: Enable GitHub Pages in deployment workflow
2 parents 7bdd56e + 9bda6f0 commit aa6321b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v4
36+
with:
37+
enablement: true # Enable GitHub Pages if not already enabled
3638

3739
- name: Prepare website for deployment
3840
run: |

0 commit comments

Comments
 (0)