We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02b1ee commit e09f73bCopy full SHA for e09f73b
.github/workflows/deploy-docs.yml
@@ -52,6 +52,8 @@ jobs:
52
id: deployment
53
with:
54
path: docs/.vitepress/dist
55
+ - name: List output directory
56
+ run: ls -la .
57
58
# Deployment job
59
deploy:
0 commit comments