We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e594d6 commit 2073fe2Copy full SHA for 2073fe2
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v2
48
with:
49
- path: ./build
+ path: ./dist
50
# Deployment job
51
deploy:
52
environment:
0 commit comments