another test

This commit is contained in:
james
2020-10-28 12:41:51 +00:00
parent c775a27a22
commit d25a0ef7e6
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
run: |
PATH="$PATH:codeql-cli/codeql" python codeql/docs/language/query-help-markdown.py
- name: Build site assets
working-directory: '${{ github.workspace }}'
working-directory: '${{ github.workspace }}/codeql/docs/language'
run: ls -la
#- name: Run Sphinx for query help
# uses: ammaraskar/sphinx-action@master

View File

@@ -186,7 +186,7 @@ for lang in languages:
index_file_dictionary[query_name_meta] = lang + "/" + query_name
# Make paths for output of the form: query-help-markdown/<lang>/<queryfile>.md
docs_dir = 'query-help'
docs_dir = 'codeql/docs/language/query-help'
md_dir_path = os.path.join(docs_dir, lang)
md_file_path = os.path.join(md_dir_path, query_name + ".md")