We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0530db commit ccdfe6dCopy full SHA for ccdfe6d
1 file changed
.github/workflows/deploy.yml
@@ -43,7 +43,8 @@ jobs:
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v3
45
with:
46
- path: './dist'
+ path: 'dist'
47
+ name: github-pages
48
49
deploy:
50
environment:
0 commit comments