Skip to content

Commit 038294b

Browse files
committed
fix: add enablement parameter to Pages workflow
1 parent def0054 commit 038294b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
- name: Setup Pages
2929
uses: actions/configure-pages@v4
30-
30+
with:
31+
enablement: true
32+
3133
- name: Upload artifact
3234
uses: actions/upload-pages-artifact@v3
3335
with:

0 commit comments

Comments
 (0)