mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-03-22 00:32:22 +00: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