Skip to content

Commit e02bcc3

Browse files
committed
ci: fix docker cmd
1 parent 7feee34 commit e02bcc3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_gh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- name: Run export with Docker
1818
run: |
1919
docker run --rm \
20+
--name obsidian-webpage-export \
2021
-v ./:/vault \
21-
-v ./output:/output
22+
-v ./output:/output \
2223
klaxalk/obsidian-webpage-export:1.9.0
2324
2425
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)