We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feee34 commit e02bcc3Copy full SHA for e02bcc3
1 file changed
.github/workflows/build_gh.yml
@@ -17,8 +17,9 @@ jobs:
17
- name: Run export with Docker
18
run: |
19
docker run --rm \
20
+ --name obsidian-webpage-export \
21
-v ./:/vault \
- -v ./output:/output
22
+ -v ./output:/output \
23
klaxalk/obsidian-webpage-export:1.9.0
24
25
- name: Deploy to GitHub Pages
0 commit comments