Skip to content

Commit

Permalink
Remove extra pip install on deploy.yml
Browse files Browse the repository at this point in the history
Remove extra pip install on deploy.yml to mirror publish workflows
  • Loading branch information
qwahzi authored Nov 20, 2023
1 parent b89a128 commit 75ef682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install ${{ secrets.MKDOCS_RESOURCES }}
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 75ef682

Please sign in to comment.