File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -169,19 +169,10 @@ jobs:
169
169
python3 -m pip install -U pip
170
170
python3 -m pip install -U pytest pytest-runner flake8
171
171
172
- - name : Install sphinx dependencies
173
- run : |
174
- python -m pip install sphinx sphinx-argparse --user
175
- $env:SPHINXBUILD = "D:\Python3\Scripts\sphinx-build.exe"
176
-
177
172
- name : Install tldr dependencies
178
173
run :
179
174
python3 -m pip install -r requirements.txt --user
180
175
181
- - name : Generate the manpage
182
- working-directory : docs
183
- run : make man
184
-
185
176
- name : Lint codebase
186
177
run : python3 -m flake8
187
178
@@ -196,7 +187,7 @@ jobs:
196
187
197
188
build-snap :
198
189
runs-on : ${{ matrix.os }}
199
- # if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
190
+ if : github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
200
191
needs : ['build-linux']
201
192
202
193
permissions :
You can’t perform that action at this time.
0 commit comments