Skip to content

Commit

Permalink
ci: run docker publish independently of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 13, 2023
1 parent 849c0f5 commit d1402c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -itd \
-v $HOME/ankidecks:/output \
--restart unless-stopped \
ghcr.io/martinbernstorff/personal-mnemonic-medium:latest \
python application/main.py /input/ $HOME/ankidecks --watch
python application/main.py /input/ $HOME/ankidecks --watch --use-anki-connect
```

This will start a docker container which watches `YOUR_INPUT_FOLDER_HERE` every 60 seconds. In case of updated files, it will sync the difference (create new prompts and delete deleted prompts) to Anki.
Expand Down

0 comments on commit d1402c6

Please sign in to comment.