Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Aug 4, 2023
1 parent 5a21152 commit 729bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build docs
run: |
# Not using Pants because I wanna go Sanic fast
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material mkdocs-redirects
mkdocs build -f docs/mkdocs.yml
mkdir -p dist/site
mv docs/site dist/site/docs
Expand Down

0 comments on commit 729bf1a

Please sign in to comment.