Skip to content

Commit

Permalink
install mkdocs-redirect when publishing site (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Nov 9, 2022
1 parent 5f75bcf commit d6db71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: pip install mkdocs-material mkdocs-redirects
- run: mkdocs gh-deploy --force

0 comments on commit d6db71d

Please sign in to comment.