actions-gh-pages icon indicating copy to clipboard operation
actions-gh-pages copied to clipboard

avoid confusing error output from cp

Open xabbu42 opened this issue 2 years ago • 2 comments

When publishing a directory without any dotfiles, we have an error cp: no such file or directory from cp in the output. This should fix that by using a glob option instead of explicitely copying dotfiles with a second glob.

xabbu42 avatar Feb 04 '22 11:02 xabbu42

👀 https://github.com/isaacs/node-glob#dots

peaceiris avatar Mar 18 '22 01:03 peaceiris

Sorry on not reacting here for so long. I was not aware that I needed to do anything.

I force pushed a rebased and signed commit now. Hopefully this can now be merged?

xabbu42 avatar Dec 08 '23 09:12 xabbu42