Skip to content

Commit 01d50e2

Browse files
committed
changed order in docs cd
1 parent d5a6587 commit 01d50e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
build-new:
4848
runs-on: ubuntu-latest
4949
steps:
50+
- uses: actions/checkout@v4
51+
- name: Fetch tags
52+
run: git fetch --prune --unshallow
5053
- name: Install Minconda
5154
uses: conda-incubator/setup-miniconda@v3
5255
with:
@@ -56,9 +59,6 @@ jobs:
5659
run: |
5760
conda install -c mrtrix3 mrtrix3
5861
mrconvert --version
59-
- uses: actions/checkout@v4
60-
- name: Fetch tags
61-
run: git fetch --prune --unshallow
6262
- name: Set up Python
6363
uses: actions/setup-python@v5
6464
with:

0 commit comments

Comments
 (0)