Skip to content

Commit b0d873b

Browse files
committed
Enable Pages in deployment workflow
1 parent a69775a commit b0d873b

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
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Configure GitHub Pages
3232
uses: actions/configure-pages@v5
33+
with:
34+
enablement: true
3335

3436
- name: Install dependencies
3537
run: npm ci

0 commit comments

Comments
 (0)