We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d654e commit cee1df7Copy full SHA for cee1df7
.github/workflows/deploy-docs.yml
@@ -48,7 +48,7 @@ jobs:
48
if: github.ref == 'refs/heads/main'
49
uses: actions/upload-pages-artifact@v3
50
with:
51
- path: docs/dist
+ path: docs/dist/nest-dart
52
53
deploy:
54
0 commit comments