We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307be5d commit 97c965aCopy full SHA for 97c965a
.github/workflows/make.yml
@@ -315,7 +315,7 @@ jobs:
315
fetch-depth: 0
316
317
- name: Install Sphinx Dependencies
318
- pip install -r ${{env.TOOLCHAIN_PATH}}/docs/requirements.txt
+ run: pip install -r ${{env.TOOLCHAIN_PATH}}/docs/requirements.txt
319
320
- name: Build Website Documentation
321
run: make -C ${{env.TOOLCHAIN_PATH}} docs
0 commit comments