Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy repository => Include all branches #18

Open
MauroLeidi opened this issue Mar 1, 2024 · 0 comments
Open

Copy repository => Include all branches #18

MauroLeidi opened this issue Mar 1, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@MauroLeidi
Copy link

MauroLeidi commented Mar 1, 2024

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

@MauroLeidi MauroLeidi added the documentation Improvements or additions to documentation label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant