Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmishra786 authored Dec 20, 2024
1 parent da6efeb commit 25cb6ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: write
Expand All @@ -18,5 +15,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
- run: pip install mkdocs mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit 25cb6ac

Please sign in to comment.