Skip to content

Commit fbdd376

Browse files
committed
Enable Pages automatically in workflow
1 parent f0422ca commit fbdd376

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Setup Pages
2828
uses: actions/configure-pages@v4
29+
with:
30+
enablement: true
2931

3032
- name: Upload artifact
3133
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)