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 2734d94 commit 0f21a44Copy full SHA for 0f21a44
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: 3.x
22
23
- name: Install dependencies
24
- run: pip install -r requirements.txt
+ run: pip install -r workshop/content/requirements.txt
25
26
- name: Build MkDocs site
27
run: mkdocs gh-deploy --force --clean
0 commit comments