mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-28 05:49:37 +02:00
try add safe.directory
This commit is contained in:
@@ -9,8 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Change owner to root
|
- name: Add safe directory /github/workspace
|
||||||
run: chown -R root:root /github/workspace
|
run: git config --global --add safe.directory /github/workspace
|
||||||
- name: build_and_deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.16.1
|
uses: shalzz/zola-deploy-action@v0.16.1
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user