Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: update workflows config.
  • Loading branch information
jaywcjlove committed Apr 17, 2022
1 parent 22ba412 commit f9cfe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compress linux-command.docset.
run: zip -r -y linux-command.docset.zip . -x "node_modules/*"
working-directory: .deploy/linux-command.docset
- run: cp -rp .deploy/linux-command.docset/linux-command.docset.zip ../../
- run: cp -rp .deploy/linux-command.docset/linux-command.docset.zip ./

- run: rm -rf .deploy/linux-command.docset
- run: cp CONTRIBUTORS.svg .deploy
Expand Down

0 comments on commit f9cfe09

Please sign in to comment.