Skip to content

Commit 268a5fa

Browse files
committed
Update deploy.yml
1 parent 96ec4dc commit 268a5fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
node-version: '20'
2727
cache: 'npm'
28+
29+
- name: Setup Pages
30+
uses: actions/configure-pages@v4
2831

2932
- name: Install dependencies
3033
run: npm i
@@ -41,7 +44,7 @@ jobs:
4144
OUTPUT_DIR: ./dist
4245

4346
- name: Upload GitHub Pages artifact
44-
uses: actions/upload-pages-artifact@v4
47+
uses: actions/upload-pages-artifact@v3
4548
with:
4649
path: './dist'
4750

0 commit comments

Comments
 (0)