1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-01 19:14:40 +02:00

install mkdocs-redirect when publishing site (#873)

This commit is contained in:
Jason Hall 2022-11-09 09:55:50 -05:00 committed by GitHub
parent 5f75bcfe82
commit d6db71dfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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