diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0e6f80476..fd00fbd81f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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