Data volume; remove after run
This commit is contained in:
parent
1e964c9be9
commit
3f351610c5
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
ls -la /workspace/atomaka/atomaka.com
|
ls -la /workspace/atomaka/atomaka.com
|
||||||
docker run \
|
docker run \
|
||||||
--volume /workspace/atomaka/atomaka.com/:/src \
|
--rm \
|
||||||
|
--volume /workspace/atomaka/atomaka.com/:/data \
|
||||||
docker.atomaka.com/mdformat \
|
docker.atomaka.com/mdformat \
|
||||||
ls -la /src/
|
ls -la /data/
|
||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue