Skip to content

Commit

Permalink
Allow to run dev image update manually + use main warc2zim branch for…
Browse files Browse the repository at this point in the history
… zimit dev versions
  • Loading branch information
benoit74 committed Jun 4, 2024
1 parent 83690f4 commit c67ccb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/PublishDockerDevImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"requests==2.31.0",
"inotify==0.2.10",
"tld==0.13",
"warc2zim==2.0.0",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

Expand Down

0 comments on commit c67ccb9

Please sign in to comment.