From 8ddaffc48279df4cfe55b882bb0d305496bba456 Mon Sep 17 00:00:00 2001 From: Andrew Anderson Date: Wed, 27 Sep 2023 15:15:46 -0700 Subject: [PATCH] Bug fixing --- .github/workflows/deploy_to_github_io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_github_io.yml b/.github/workflows/deploy_to_github_io.yml index 1dc2c61..4c68faf 100644 --- a/.github/workflows/deploy_to_github_io.yml +++ b/.github/workflows/deploy_to_github_io.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python run: | python -m pip install --upgrade pip - python -m pip install -r asf-data-search-manual/requirements.txt + python -m pip install -r Discovery-MkDocs/requirements.txt # - name: deploy to github.io # if: github.ref == 'refs/heads/prod'