-
Hi all, Here is what I see in the gh actions logs:
Before spending too much time on this I wonder if anyone spotted anything like this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Never seen anything like that. Does it happen with an older version of Material for MkDocs and/or Insiders? If the answer is yes, it's very likely not directly related to us, but either MkDocs, GitHub Actions, or Docker. Feel free to share your findings. |
Beta Was this translation helpful? Give feedback.
-
appears to be related to gh actions #4011 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
Couldn't you just run the image as the runner user that Github Actions uses? Guessing this happens because the mounted volume is owned by runner and not root. |
Beta Was this translation helpful? Give feedback.
Couldn't you just run the image as the runner user that Github Actions uses? Guessing this happens because the mounted volume is owned by runner and not root.