Skip to content

Commit 7b52d55

Browse files
committed
chore: fix pages workflow
1 parent 23be124 commit 7b52d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24+
- name: Setup Pages
25+
uses: actions/configure-pages@v5
26+
2427
- name: Setup Node
2528
uses: actions/setup-node@v4
2629
with:

0 commit comments

Comments
 (0)