Skip to content

Commit d1fab38

Browse files
committed
chore: Enable GitHub Pages deployment in deploy workflow
1 parent 38996c6 commit d1fab38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: npm run build
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4
44+
with:
45+
enablement: true
4446
- name: Upload artifact
4547
uses: actions/upload-pages-artifact@v3
4648
with:

0 commit comments

Comments
 (0)