moved tools
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
run: |
|
||||
find src -type f -name "*.lua" | while read file; do
|
||||
filename=$(basename "$file")
|
||||
lua markdown.lua "$file" "build_docs/docs/references/${filename%.lua}.md"
|
||||
lua tools/markdown.lua "$file" "build_docs/docs/references/${filename%.lua}.md"
|
||||
done
|
||||
- name: Deploy
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
|
||||
2
.github/workflows/lualsgen.yml
vendored
2
.github/workflows/lualsgen.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Generate LuaLS definitions
|
||||
run: |
|
||||
lua annotationParser.lua src/elements src/LuaLS.lua
|
||||
lua tools/annotationParser.lua src/elements src/LuaLS.lua
|
||||
|
||||
- name: Commit changes
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user