mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +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
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
docker pull ghcr.io/notxia/unibo-ai-notes:main
|
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
|
- name: Generate README
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user