Skip to content

Commit 4b8f686

Browse files
committed
fix workflow
1 parent 87071a8 commit 4b8f686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v5
3234
- uses: actions/setup-python@v5
3335
with:
3436
python-version: 3.x
3537
- name: Prepare system
3638
run: pip install --user -r requirements.txt
37-
- name: Checkout
38-
uses: actions/checkout@v5
3939
- name: Setup Pages
4040
id: pages
4141
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)