Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d25a0ef

Browse files
author
james
committed
another test
1 parent c775a27 commit d25a0ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-query-help-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
PATH="$PATH:codeql-cli/codeql" python codeql/docs/language/query-help-markdown.py
4242
- name: Build site assets
43-
working-directory: '${{ github.workspace }}'
43+
working-directory: '${{ github.workspace }}/codeql/docs/language'
4444
run: ls -la
4545
#- name: Run Sphinx for query help
4646
# uses: ammaraskar/sphinx-action@master

docs/language/query-help-markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def subprocess_run(cmd):
186186
index_file_dictionary[query_name_meta] = lang + "/" + query_name
187187

188188
# Make paths for output of the form: query-help-markdown/<lang>/<queryfile>.md
189-
docs_dir = 'query-help'
189+
docs_dir = 'codeql/docs/language/query-help'
190190
md_dir_path = os.path.join(docs_dir, lang)
191191
md_file_path = os.path.join(md_dir_path, query_name + ".md")
192192

0 commit comments

Comments
 (0)