Unverified Commit 587494d0 by Edward Thomson Committed by GitHub

ci: update paths during docker build

parent 5fd44239
...@@ -48,6 +48,7 @@ jobs: ...@@ -48,6 +48,7 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: source
fetch-depth: 0 fetch-depth: 0
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
- name: Setup QEMU - name: Setup QEMU
...@@ -277,6 +278,7 @@ jobs: ...@@ -277,6 +278,7 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: source
fetch-depth: 0 fetch-depth: 0
- name: Generate documentation - name: Generate documentation
run: | 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