Skip to content

Deployment to Github Pages fails  #683

@ghost

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 bug

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions