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

Skip to content

Commit d6e9f4d

Browse files
author
james
committed
remove unnecessary steps from work flow
1 parent 4b07f39 commit d6e9f4d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
docs-folder: "query-help/"
4949
pre-build-command: "python -m pip install --upgrade recommonmark"
5050
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-
run: ls -la
5751
- name: Upload HTML artifacts
5852
uses: actions/upload-artifact@v2
5953
with:

0 commit comments

Comments
 (0)