From 031e6be5e4d504f76684b64ba977e748531ba969 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 6 Dec 2023 15:55:11 -0800 Subject: [PATCH] Fix ci.yml: for mkdocs, use the new requirements_lock.txt path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f6caab27..3d9cc3efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,5 +79,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install -r optic/requirements_lock.txt + - run: pip install -r build_defs/requirements_lock.txt - run: mkdocs gh-deploy --force