We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4523fc0 commit f499759Copy full SHA for f499759
.github/workflows/deploy-docs-to-pages.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Upload artifact
72
uses: actions/upload-pages-artifact@v3
73
with:
74
- path: ./out
+ path: ./apps/docs/.next
75
76
# Deployment job
77
deploy:
0 commit comments