Skip to content

Commit babb36c

Browse files
committed
chore: align GitHub Pages workflow with official actions setup
1 parent 5603c16 commit babb36c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
node-version: 22
2929
cache: npm
3030

31-
- name: Configure GitHub Pages
32-
uses: actions/configure-pages@v5
31+
- name: Setup Pages
32+
uses: actions/configure-pages@v4
3333

3434
- name: Install dependencies
3535
run: npm ci
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: ./dist
43+
path: './dist'
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)