We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667bb68 commit e955cbbCopy full SHA for e955cbb
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
NODE_OPTIONS=--max_old_space_size=4096 npm run build
29
30
- name: Upload artifact ⬆️
31
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-artifact@v4
32
with:
33
path: './dist'
34
0 commit comments