File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 1.5.0
2+ _commit : 1.5.2
33_src_path : gh:pawamoy/copier-uv
44author_email : dev@pawamoy.fr
55author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v4
29-
30- - name : Fetch all tags
31- run : git fetch --depth=1 -- tags
29+ with :
30+ fetch-depth : 0
31+ fetch- tags : true
3232
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
@@ -106,6 +106,9 @@ jobs:
106106 steps :
107107 - name : Checkout
108108 uses : actions/checkout@v4
109+ with :
110+ fetch-depth : 0
111+ fetch-tags : true
109112
110113 - name : Setup Python
111114 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
14- - name : Fetch all tags
15- run : git fetch --depth=1 --tags
14+ with :
15+ fetch-depth : 0
16+ fetch-tags : true
1617 - name : Setup Python
1718 uses : actions/setup-python@v5
1819 with :
Original file line number Diff line number Diff line change 44[ ![ documentation] ( https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat )] ( https://mkdocstrings.github.io/ )
55[ ![ pypi version] ( https://img.shields.io/pypi/v/mkdocstrings.svg )] ( https://pypi.org/project/mkdocstrings/ )
66[ ![ conda version] ( https://img.shields.io/conda/vn/conda-forge/mkdocstrings )] ( https://anaconda.org/conda-forge/mkdocstrings )
7- [ ![ gitpod] ( https://img.shields.io/badge/gitpod-workspace-708FCC.svg?style=flat )] ( https://gitpod.io/#https://github.com/mkdocstrings/mkdocstrings )
87[ ![ gitter] ( https://badges.gitter.im/join%20chat.svg )] ( https://app.gitter.im/#/room/#mkdocstrings:gitter.im )
98
109Automatic documentation from sources, for [ MkDocs] ( https://www.mkdocs.org/ ) .
You can’t perform that action at this time.
0 commit comments