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 2d93b3a commit c775a27Copy full SHA for c775a27
1 file changed
.github/workflows/generate-query-help-docs.yml
@@ -49,8 +49,8 @@ jobs:
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
52
- uses: actions/upload-artifact@v2
53
- with:
54
- name: query-help-html
55
- path: query-help
+ # uses: actions/upload-artifact@v2
+ # with:
+ # name: query-help-html
+ # path: query-help
56
0 commit comments