Deployment to Github Pages fails
Built documentation on gh-pages branch
INFO - Cleaning site directory
INFO - Building documentation to directory: /docs/site
INFO - Copying '/docs/site' to 'gh-pages' branch and pushing to GitHub.
git: 'fast-import' is not a git command. See 'git --help'.
docker run --rm -it -v ${userprofile}/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material gh-deploy
Docker image squidfunk/mkdocs-material:2.5.3
site_name: SAFE Documentation
theme:
name: 'material'
# Repository
repo_name: SAFE-Documentation
repo_url: https://github.com/kfrie/SAFE-documentation/
edit_uri: edit/master/docs/
markdown_extensions:
- codehilite
pages:
- Home: 'index.md'
- Use with CSS Frameworks:
- 'Wrap React Components': 'wrap-react-components.md'
Thanks for filing the issue. Alpine Linux recently moved git-fast-import into a separate package (see this issue) to reduce size. I will add it to the Dockerfile and make a bugfix release.
@squidfunk Thank you very much for the super fast support!
Fixed in #685, will be released as 2.5.4 shortly.