diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-25 22:24:14 +0200 |
|---|---|---|
| committer | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-25 22:24:14 +0200 |
| commit | fce74f509dccac97b976bc5cdf0c8fee2e1d633b (patch) | |
| tree | 4a1f4a6207afa8785c4d2b133d54e2422726e858 /.github | |
| parent | 8b02088743c07c2f82aec2772fbd2b3774195448 (diff) | |
ci: fix docgen after tjdevries/tree-sitter-lua/pull/48
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docgen.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index 09ab74d..b00bf44 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -39,9 +39,7 @@ jobs: run: | # 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 - mkdir -p build parser - 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 + make dist cd - - name: Generating docs |
