mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +01:00
Fix path
This commit is contained in:
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user