Skip to content

Commit 85bd3bd

Browse files
committed
chore: change workflow once again
discussions: JamesIves/github-pages-deploy-action#1083, actions/checkout#363
1 parent 307c6ef commit 85bd3bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
- name: Checkout
88
uses: actions/checkout@master
99

10+
- name: Configure git to trust the workspace despite the different owner
11+
run:
12+
git config --global --add safe.directory $(realpath .)
13+
1014
- name: vuepress-deploy
1115
uses: jenkey2011/vuepress-deploy@master
1216
env:

0 commit comments

Comments
 (0)