Skip to content

Commit cee1df7

Browse files
committed
Update GitHub Actions workflow to specify the correct path for documentation deployment artifacts
1 parent c8d654e commit cee1df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.ref == 'refs/heads/main'
4949
uses: actions/upload-pages-artifact@v3
5050
with:
51-
path: docs/dist
51+
path: docs/dist/nest-dart
5252

5353
deploy:
5454
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)