You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a deployment issue when attempting to push my Hugo site to Azure Static Web Apps. While deployments to GitHub Pages work successfully (workflow: link to successful workflow), deployments to Azure fail with the following error:
ERROR 2024/02/17 16:49:12 Failed to read Git log: fatal: detected dubious ownership in repository at '/github/workspace'
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace
Observations:
This issue also appears to be affecting others, - see #1271
My setup differs slightly, but the observed behavior aligns with the identified problem.
Any feedack or suggestions on how to resolve this deployment error would be greatly appreciated.
If this issue has already been addressed, please share the related solution or discussion.
Description:
I'm encountering a deployment issue when attempting to push my Hugo site to Azure Static Web Apps. While deployments to GitHub Pages work successfully (workflow: link to successful workflow), deployments to Azure fail with the following error:
Observations:
This issue also appears to be affecting others, - see #1271
My setup differs slightly, but the observed behavior aligns with the identified problem.
Additional Information:
Link to failing Azure Static Web Apps deployment workflow: link to failed workflow
Request:
Any feedack or suggestions on how to resolve this deployment error would be greatly appreciated.
If this issue has already been addressed, please share the related solution or discussion.
Additional Info:
Repo can be found here: sundown-sessions
YAML can be found here: Azure Static Web Apps CI/CD
The text was updated successfully, but these errors were encountered: