This commit is contained in:
2024-10-25 12:07:20 +02:00
parent 8e04dc3302
commit eece25c179

View File

@ -42,7 +42,7 @@ jobs:
- name: Compile
run: |
docker pull ghcr.io/notxia/unibo-ai-notes:main
docker run -v .:/notes ghcr.io/notxia/unibo-ai-notes:main
docker run -v ${GITHUB_WORKSPACE}:/notes ghcr.io/notxia/unibo-ai-notes:main
- name: Generate README
run: |