Skip to content

Commit bf7b8d5

Browse files
Update deploy-docs.yml
1 parent 8ce10e7 commit bf7b8d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ jobs:
4949
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
52-
id: deployment
5352
with:
5453
path: docs/.vitepress/dist
5554
- name: List output directory
56-
run: ls -la .
55+
5756

5857
# Deployment job
5958
deploy:

0 commit comments

Comments
 (0)