From 953967dda8f7f94fac4c38dc0ed31b698eb0c85b Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:45:02 +0200 Subject: [PATCH] ci: Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e48ff42..83e13f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,7 @@ jobs: uses: actions/setup-python@v2 - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt + run: make install - name: Build and deploy run: mkdocs gh-deploy --strict