We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c76434 commit ec2cd21Copy full SHA for ec2cd21
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm install
38
- name: Build with VitePress
39
run: pnpm docs:build
40
- - run: ll
+ - run: ls
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
0 commit comments