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: |
|
||||
ls -la /workspace/atomaka/atomaka.com
|
||||
docker run \
|
||||
--volume /workspace/atomaka/atomaka.com/:/src \
|
||||
--rm \
|
||||
--volume /workspace/atomaka/atomaka.com/:/data \
|
||||
docker.atomaka.com/mdformat \
|
||||
ls -la /src/
|
||||
ls -la /data/
|
||||
build:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue