Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b07f39 commit d6e9f4dCopy full SHA for d6e9f4d
1 file changed
.github/workflows/generate-query-help-docs.yml
@@ -48,12 +48,6 @@ jobs:
48
docs-folder: "query-help/"
49
pre-build-command: "python -m pip install --upgrade recommonmark"
50
build-command: "sphinx-build -b html . _build"
51
- - name: Check docs folder postscript 1
52
- working-directory: '${{ github.workspace }}/query-help'
53
- run: ls -la
54
- - name: Check docs folder postscript 2
55
- working-directory: '${{ github.workspace }}/query-help/_build'
56
57
- name: Upload HTML artifacts
58
uses: actions/upload-artifact@v2
59
with:
0 commit comments