-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
bugIssue reports a bugIssue reports a bug

Description
Description
Deployment to Github Pages fails
Expected behavior
Built documentation on gh-pages branch
Actual behavior
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'.
Steps to reproduce the bug
docker run --rm -it -v ${userprofile}/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material gh-deploy
Package versions
Docker image squidfunk/mkdocs-material:2.5.3
Project configuration
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'
System information
- Windows 10 Education Version 10.0.16299 Build 16299
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bug