Replies: 1 comment
-
|
Good callout! I'll merge this later today. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I'm reading this right
github-pages-deploy-action/src/git.ts
Line 137 in 7e40b83
the
cleanoperation does not touch.git,.github,.sshdirectories. Is that correct?I had accidentally put a
.githubdirectory in my deployment destination. When I removed it from my folder to be published, I expectedcleanto get rid of it in the destination, but it didn't disappear! I had to remove it manually. I think this is intentional and probably the right behaviour.Think it's worth mentioning this in the documentation for the
cleanoption?I made quick pull request: #698
Beta Was this translation helpful? Give feedback.
All reactions