File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 16
16
password : ${{ secrets.GITHUB_TOKEN }}
17
17
steps :
18
18
- uses : actions/checkout@v2
19
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
19
20
- name : Maven cache
20
21
id : maven-cache
21
22
uses : actions/cache@v2
@@ -102,6 +103,7 @@ jobs:
102
103
- uses : actions/checkout@v2
103
104
with :
104
105
fetch-depth : 0
106
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
105
107
- name : Maven cache
106
108
id : maven-cache
107
109
uses : actions/cache@v2
Original file line number Diff line number Diff line change 25
25
password : ${{ secrets.GITHUB_TOKEN }}
26
26
steps :
27
27
- uses : actions/checkout@v2
28
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
28
29
- name : Maven cache
29
30
id : maven-cache
30
31
uses : actions/cache@v2
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v2
27
27
with :
28
28
fetch-depth : 0
29
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
29
30
- name : Build re-frame.core Documentation
30
31
working-directory : docs
31
32
# Source: https://github.com/day8/re-frame/blob/master/docs/src/ns_to_markdown.clj
59
60
steps :
60
61
- name : Checkout Current Branch
61
62
uses : actions/checkout@v2
63
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
62
64
- name : Maven cache
63
65
id : maven-cache
64
66
uses : actions/cache@v1
@@ -111,6 +113,7 @@ jobs:
111
113
steps :
112
114
- name : Checkout Current Branch
113
115
uses : actions/checkout@v2
116
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
114
117
- name : Download api-re-frame.core.md Artifact
115
118
uses : actions/download-artifact@v2
116
119
with :
@@ -150,6 +153,7 @@ jobs:
150
153
with :
151
154
ref : " gh-pages"
152
155
path : " gh-pages"
156
+ - run : git config --system --add safe.directory /__w/re-frame/re-frame
153
157
- name : Download MkDocs Artifact
154
158
uses : actions/download-artifact@v1
155
159
with :
You can’t perform that action at this time.
0 commit comments