Skip to content

Commit

Permalink
Update deploy-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBrines authored Oct 16, 2024
1 parent 1aac1f9 commit 7d880f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-on-push.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 7d880f4

Please sign in to comment.