We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87071a8 commit 4b8f686Copy full SHA for 4b8f686
1 file changed
.github/workflows/mkdocs.yml
@@ -29,13 +29,13 @@ jobs:
29
build:
30
runs-on: ubuntu-latest
31
steps:
32
+ - name: Checkout
33
+ uses: actions/checkout@v5
34
- uses: actions/setup-python@v5
35
with:
36
python-version: 3.x
37
- name: Prepare system
38
run: pip install --user -r requirements.txt
- - name: Checkout
- uses: actions/checkout@v5
39
- name: Setup Pages
40
id: pages
41
uses: actions/configure-pages@v5
0 commit comments