Skip to content

Commit

Permalink
Remove cp
Browse files Browse the repository at this point in the history
  • Loading branch information
shirish87 committed Jan 30, 2024
1 parent ae8fa28 commit 963a8e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
npm run prebuild
npm run docs:build
- name: Copy vitepress output to _site
run: cp -r docs/.vitepress/dist/ _site/

- name: Fix permissions
run: |
chmod -c -R +rX "docs/.vitepress/dist/" | while read line; do
Expand Down

0 comments on commit 963a8e3

Please sign in to comment.