Skip to content

Commit

Permalink
Remove extra pip install on deploy-staging.yml
Browse files Browse the repository at this point in the history
Remove extra pip install on deploy-staging.yml to mirror the publish workflows
  • Loading branch information
qwahzi authored Nov 20, 2023
1 parent e1fc7f6 commit b89a128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 b89a128

Please sign in to comment.