moved tools

This commit is contained in:
Robert Jelic
2025-02-10 17:11:18 +01:00
parent ebed9529bc
commit 8c30ebae2c
8 changed files with 9 additions and 247 deletions

View File

@@ -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' }}

View File

@@ -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'