We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b5731 commit 8237333Copy full SHA for 8237333
.github/workflows/build.yml
@@ -88,26 +88,3 @@ jobs:
88
name: bundles
89
path: ${{ github.workspace }}/bundles/
90
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
112
- name: docs
113
- path: ${{ github.workspace }}/docs/_build/html
0 commit comments