Skip to content

Commit b0ca399

Browse files
committed
Try to fix git config issue
actions/checkout#1169
1 parent 1a910eb commit b0ca399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
if: github.ref == 'refs/heads/master'
88
steps:
99
- name: checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
11+
- name: git_config_workaround
12+
run: git config --global --add safe.directory /github/workspace
1113
- name: build_and_deploy
1214
uses: shalzz/zola-deploy-action@v0.16.1
1315
env:

0 commit comments

Comments
 (0)