Skip to content

Commit 083d056

Browse files
authored
Update default robotfraemwork-lsp plugin
1 parent 8bbf269 commit 083d056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Update keywords document
2323
run: |
2424
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html
25-
- name: Update visual studio keywords document
25+
- name: Update Visual Studio code Robot Framework Language Server
2626
run: |
27-
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
27+
python -m robot.libdoc PuppeteerLibrary PuppeteerLibrary.libspec
2828
# - name: Git Commit and Push
2929
# uses: github-actions-x/[email protected]
3030
# with:

0 commit comments

Comments
 (0)