File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments