diff --git a/.github/workflows/deploy-on-push.yml b/.github/workflows/deploy-on-push.yml index 3c51bc5..8fe0f06 100644 --- a/.github/workflows/deploy-on-push.yml +++ b/.github/workflows/deploy-on-push.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - name: Deploy on push on: @@ -23,6 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + ls pip install -r requirements.txt - name: Execute mkdocs utility for deployment run: python -m mkdocs gh-deploy