Migrate to gitea-actions #8

Merged
atomaka merged 19 commits from gitea-actions into master 2024-07-13 20:27:24 -04:00
Showing only changes of commit 3f351610c5 - Show all commits

View file

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