Skip to content

Commit 0f21a44

Browse files
committed
- fixed req path
1 parent 2734d94 commit 0f21a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.x
2222

2323
- name: Install dependencies
24-
run: pip install -r requirements.txt
24+
run: pip install -r workshop/content/requirements.txt
2525

2626
- name: Build MkDocs site
2727
run: mkdocs gh-deploy --force --clean

0 commit comments

Comments
 (0)