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

Skip to content

Commit 2d93b3a

Browse files
author
james
committed
test
1 parent 8504724 commit 2d93b3a

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@ jobs:
3939
- name: Query help to markdown
4040
run: |
4141
PATH="$PATH:codeql-cli/codeql" python codeql/docs/language/query-help-markdown.py
42-
- name: Run Sphinx for query help
43-
uses: ammaraskar/sphinx-action@master
44-
with:
45-
docs-folder: "codeql/docs/language/query-help/"
46-
pre-build-command: "python -m pip install --upgrade recommonmark"
47-
build-command: "sphinx-build -b html . query-help-build"
48-
- name: Upload HTML artifacts
42+
- name: Build site assets
43+
working-directory: '${{ github.workspace }}'
44+
run: ls -la
45+
#- name: Run Sphinx for query help
46+
# uses: ammaraskar/sphinx-action@master
47+
# with:
48+
# docs-folder: "codeql/docs/language/query-help/"
49+
# pre-build-command: "python -m pip install --upgrade recommonmark"
50+
# build-command: "sphinx-build -b html . query-help-build"
51+
#- name: Upload HTML artifacts
4952
uses: actions/upload-artifact@v2
5053
with:
5154
name: query-help-html

0 commit comments

Comments
 (0)