From 7d880f4e6cbf3d9cd51e62c0bae08139ae8a203b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Roumezin?= Date: Wed, 16 Oct 2024 10:50:03 +0200 Subject: [PATCH] Update deploy-on-push.yml --- .github/workflows/deploy-on-push.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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