jenkey2011 / vuepress-deploy

A GitHub Action to build and deploy Vuepress sites to GitHub Pages
MIT License
145 stars 52 forks source link

fix: workaround for git init fatal #29

Closed arnikasky closed 1 year ago

arnikasky commented 1 year ago

Description

Provide a description of what your changes do.

Testing Instructions

Give us step by step instructions on how to test your changes.

Additional Notes

Anything else that will help us test the pull request.

pagnkelly commented 1 year ago

这个pr是解决

Initialized empty Git repository in /github/workspace/packages/.vuepress/dist/.git/
fatal: not in a git directory

这个问题的吗。我今天新创建的一个文档ci 明明git init了 却还是在git config xx报错

pagnkelly commented 1 year ago

seem like git init error,it 's not same to me

arnikasky commented 1 year ago

@pagnkelly but it fixed the problem

pagnkelly commented 1 year ago

@arnikasky yeah, it's awesome!

ninoseki commented 1 year ago

FYI I just confirmed that this workaround works.

lmarzen commented 1 year ago

This workaround still works. @jenkey2011, is there something blocking this PR?

selankon commented 1 year ago

This fixes https://github.com/jenkey2011/vuepress-deploy/issues/32? Is needed additional work to merge? Thanks!