Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 27, 2023
1 parent d04dc82 commit 02ed04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install-website-dependencies
run: pip3 install mkdocs-material==9.1.18 mkdocs-mermaid2-plugin mkdocs-redirects mkdocs-simple-hooks
run: |
pip3 install 'mkdocs<1.5.0' mkdocs-material==9.1.18 mkdocs-mermaid2-plugin mkdocs-redirects mkdocs-simple-hooks
- name: build-website
run: ( cd assets/chezmoi.io && mkdocs build )
env:
Expand Down

0 comments on commit 02ed04a

Please sign in to comment.