try add safe.directory

This commit is contained in:
2023-01-30 09:48:57 +01:00
parent 5dc3e281ce
commit c9dadaca2e

View File

@@ -9,8 +9,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: Change owner to root
run: chown -R root:root /github/workspace
- name: Add safe directory /github/workspace
run: git config --global --add safe.directory /github/workspace
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1
env: