Update deploy.yaml (#841)

This commit is contained in:
Pokey Rule 2022-07-07 16:04:58 +01:00 committed by GitHub
parent 24af088053
commit ed5840d747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
run: npm ci
working-directory: cursorless-nx
- name: Build cheatsheet html
run: nx build cheatsheet-local
run: npx nx build cheatsheet-local
working-directory: cursorless-nx
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1