Skip to content

Copy repository => Include all branches #18

@MauroLeidi

Description

@MauroLeidi

What would you like changed/added and why?

  1. I would personally change the image (assets/images/github-use-template-step-2.png)
    in the section how to use this template, by setting the option include all branches. Otherwise the copied repo does not have the gh-pages branch, resulting in a failure ( Error: The process '/usr/bin/git' failed with exit code 1) of the GitHub action (
  • name: Setup Git & Install dependencies
    run: |
    git config --global user.email "myemail"
    git config --global user.name "my username"
    python -m pip install --upgrade pip
    pip install -r mkdocs/requirements.txt
    • uses: actions/checkout@v2
      with:
      ref: gh-pages
      path: www)
  1. (Not super confident about this second point) Even if both branches are included, If the user doesn't change anything the deploy workflow (

Do you have any interest in helping improve the documentation?

Yes

Do you have any suggestions for the new documents?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions