Data volume; remove after run
All checks were successful
Linting / lint (pull_request) Successful in 11s
Linting / build (pull_request) Successful in 17s

This commit is contained in:
Andrew Tomaka 2024-07-12 22:30:00 -04:00
parent 1e964c9be9
commit 3f351610c5
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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: