Use absolute path
This commit is contained in:
parent
fe2a7117c4
commit
c7725058dc
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
docker run \
|
docker run \
|
||||||
--volume /workspace/atomaka/atomaka.com:src \
|
--volume /workspace/atomaka/atomaka.com:/src \
|
||||||
docker.atomaka.com/mdformat \
|
docker.atomaka.com/mdformat \
|
||||||
mdformat --check src/_posts/
|
mdformat --check /src/_posts/
|
||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue