Skip to content

Commit 587494d

Browse files
authored
ci: update paths during docker build
1 parent 5fd4423 commit 587494d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Check out repository
4949
uses: actions/checkout@v2
5050
with:
51+
path: source
5152
fetch-depth: 0
5253
if: github.event_name != 'pull_request'
5354
- name: Setup QEMU
@@ -277,6 +278,7 @@ jobs:
277278
- name: Check out repository
278279
uses: actions/checkout@v2
279280
with:
281+
path: source
280282
fetch-depth: 0
281283
- name: Generate documentation
282284
run: |

0 commit comments

Comments
 (0)