diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-08-10 10:44:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 10:44:17 -0400 |
commit | 587494d0936d6f943b98d8caa447e956e20c195e (patch) | |
tree | 6183ff6cff0c44649f1cb4a73f6c7570223ae151 /.github/workflows | |
parent | 5fd442391b4d547f4ee3705c0e7fb17ce74bb4f7 (diff) | |
download | libgit2-587494d0936d6f943b98d8caa447e956e20c195e.tar.gz |
ci: update paths during docker build
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
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: | |