Skip to content

Commit 8237333

Browse files
author
JPOSADA202020
committed
upd
1 parent 71b5731 commit 8237333

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/build.yml

-23
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,3 @@ jobs:
8888
name: bundles
8989
path: ${{ github.workspace }}/bundles/
9090

91-
build-docs:
92-
runs-on: ubuntu-latest
93-
steps:
94-
- uses: actions/checkout@v3
95-
96-
- name: Set up Python 3.x
97-
uses: actions/setup-python@v4
98-
with:
99-
python-version: "3.x"
100-
101-
- name: Install deps
102-
run: |
103-
pip install -r docs/requirements.txt -r requirements.txt
104-
105-
- name: Build docs
106-
working-directory: docs
107-
run: sphinx-build -E -W -b html . _build/html
108-
109-
- name: Archive docs
110-
uses: actions/upload-artifact@v3
111-
with:
112-
name: docs
113-
path: ${{ github.workspace }}/docs/_build/html

0 commit comments

Comments
 (0)