Skip to content

Commit ebe66b2

Browse files
authored
Standardize build.yml
Pre-work for composite action switch
1 parent 05566ad commit ebe66b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ jobs:
5959
with:
6060
name: bundles
6161
path: ${{ github.workspace }}/bundles/
62-
- name: Check for docs folder
63-
id: need-docs
64-
run: |
65-
echo ::set-output name=docs::$( find . -wholename './docs' )
6662
- name: Build docs
67-
if: contains(steps.need-docs.outputs.docs, 'docs')
6863
working-directory: docs
6964
run: sphinx-build -E -W -b html . _build/html
7065
- name: Check For pyproject.toml

0 commit comments

Comments
 (0)