Skip to content

Commit 97c965a

Browse files
fix workflow
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent 307be5d commit 97c965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
fetch-depth: 0
316316

317317
- name: Install Sphinx Dependencies
318-
pip install -r ${{env.TOOLCHAIN_PATH}}/docs/requirements.txt
318+
run: pip install -r ${{env.TOOLCHAIN_PATH}}/docs/requirements.txt
319319

320320
- name: Build Website Documentation
321321
run: make -C ${{env.TOOLCHAIN_PATH}} docs

0 commit comments

Comments
 (0)