We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c350b0 + 91192a6 commit 2cbc78aCopy full SHA for 2cbc78a
1 file changed
src/elm_doc/asset_tasks.py
@@ -19,7 +19,7 @@
19
20
@capture_subprocess_error
21
def build_assets(output_path: Path, mount_point: str = ''):
22
- tarball = 'https://api.github.com/repos/elm-lang/package.elm-lang.org/tarball'
+ tarball = 'https://api.github.com/repos/elm-lang/package.elm-lang.org/tarball/0.18.0'
23
with TemporaryDirectory() as tmpdir:
24
root_path = Path(tmpdir)
25
0 commit comments