summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-10 10:44:17 -0400
committerGitHub <noreply@github.com>2021-08-10 10:44:17 -0400
commit587494d0936d6f943b98d8caa447e956e20c195e (patch)
tree6183ff6cff0c44649f1cb4a73f6c7570223ae151
parent5fd442391b4d547f4ee3705c0e7fb17ce74bb4f7 (diff)
downloadlibgit2-587494d0936d6f943b98d8caa447e956e20c195e.tar.gz
ci: update paths during docker build
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7d9c46eeb..c78e327dd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,6 +48,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
with:
+ path: source
fetch-depth: 0
if: github.event_name != 'pull_request'
- name: Setup QEMU
@@ -277,6 +278,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
with:
+ path: source
fetch-depth: 0
- name: Generate documentation
run: |