ci: fix docgen after tjdevries/tree-sitter-lua/pull/48
This commit is contained in:
4
.github/workflows/docgen.yml
vendored
4
.github/workflows/docgen.yml
vendored
@@ -39,9 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# We have to build the parser every single time to keep up with parser changes
|
# We have to build the parser every single time to keep up with parser changes
|
||||||
cd ~/.local/share/nvim/site/pack/vendor/start/tree-sitter-lua
|
cd ~/.local/share/nvim/site/pack/vendor/start/tree-sitter-lua
|
||||||
mkdir -p build parser
|
make dist
|
||||||
cc -o ./build/parser.so -I./src src/parser.c src/scanner.cc -shared -Os -lstdc++ -fPIC
|
|
||||||
ln -s ../build/parser.so parser/lua.so
|
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
- name: Generating docs
|
- name: Generating docs
|
||||||
|
|||||||
Reference in New Issue
Block a user