We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd78a5 commit 1bc7ed9Copy full SHA for 1bc7ed9
.github/workflows/build-docs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
47
with:
48
- path: ./dist/docs/docs-site
+ path: ./dist/docs/docs-site/.next
49
50
deploy:
51
environment:
0 commit comments