Unverified Commit 587494d0 by Edward Thomson Committed by GitHub

ci: update paths during docker build

parent 5fd44239
......@@ -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: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment