Bind media volume on runner container
Some checks failed
Build Eleventy Site / build (push) Failing after 1m45s
Some checks failed
Build Eleventy Site / build (push) Failing after 1m45s
so that the built site can be copied to the document root for the site
This commit is contained in:
parent
cefc6dccba
commit
23b603f55f
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: node:18
|
||||
volumes:
|
||||
- /media/Media:/media/Media
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue